Html Css Color HEX #D25EFC Heliotrope

📋 copy color: '#D25EFC'

red 210 ◦ green 94 ◦ blue 252

#D25EFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D25EFC

Tints of Heliotrope #D25EFC

RGB

 RED value IS 210 (82.42% from 255) = 37.77%

 GREEN value IS 94 (37.11% from 255) = 16.91%

 BLUE value IS 252 (98.83% from 255) = 45.32%

R = 37.77%
G = 16.91%
B = 45.32%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D25EFC (or 0xD25EFC) is known color: Heliotrope. HEX triplet: D2, 5E and FC. RGB value is (210,94,252). Sum of RGB (Red+Green+Blue) = 210+94+252=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 94 (37.11% from 255 or 16.91% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #D25EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25EFC is #2DA103. Grayscale: #929292. Windows color (decimal): -2990340 or 16539346. OLE color: 16539346.

HSL color Cylindrical-coordinate representation of color #D25EFC: hue angle of 284.05º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D25EFC is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 94 252 -
CMYK 0.17 0.63 0 0.01
HSL 284.05º 0.96% 0.68% -
HSV(B) 284.05º 0.63% 0.99% -
XYZ 48.15 28.74 95.1 -
YUV 146.7 187.43 173.15 -
System Red Green Blue C M Y K H S L
Decimal 210 94 252 0.17 0.63 0 0.01 284.05 0.96 0.68
Hex D2 5E FC 11 3F 0 1 11C 60 44
Octal 322 136 374 21 77 0 1 434 140 104
Binary 11010010 1011110 11111100 10001 111111 0 1 100011100 1100000 1000100

Color Harmonies of #D25EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25EFC

Black with #D25EFC

Text Example


Text Example

White with #D25EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25EFC; }

 p { color: rgb(210,94,252); }

 H1.HeaderClassName
 {
   color: #D25EFC;
 }
 .AnyTagClassName
 {
   color: #D25EFC;
 }
</style>

background-color css

<style>
 a { background-color: #D25EFC; }

 a { background-color: rgb(210,94,252); }

 div.DivClassName
 {
   background-color: #D25EFC;
 }
 .BgClassName
 {
   background-color: #D25EFC;
 }
</style>

border-color css

<style>
 span { border-color: #D25EFC; }

 span { border-color: rgb(210,94,252); }

 td.TdClassName
 {
   border-color: #D25EFC;
 }
 .TagClassName
 {
   border-color: #D25EFC;
 }
</style>