Html Css Color HEX #D45EEF Heliotrope

📋 copy color: '#D45EEF'

red 212 ◦ green 94 ◦ blue 239

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

Shades of Heliotrope #D45EEF

Tints of Heliotrope #D45EEF

RGB

 RED value IS 212 (83.2% from 255) = 38.9%

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

 BLUE value IS 239 (93.75% from 255) = 43.85%

R = 38.9%
G = 17.25%
B = 43.85%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D45EEF (or 0xD45EEF) is known color: Heliotrope. HEX triplet: D4, 5E and EF. RGB value is (212,94,239). Sum of RGB (Red+Green+Blue) = 212+94+239=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #D45EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45EEF is #2BA110. Grayscale: #919191. Windows color (decimal): -2859281 or 15687380. OLE color: 15687380.

HSL color Cylindrical-coordinate representation of color #D45EEF: hue angle of 288.83º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D45EEF is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 94 239 -
CMYK 0.11 0.61 0 0.06
HSL 288.83º 0.82% 0.65% -
HSV(B) 288.83º 0.61% 0.94% -
XYZ 46.73 28.23 84.65 -
YUV 145.81 180.59 175.21 -
System Red Green Blue C M Y K H S L
Decimal 212 94 239 0.11 0.61 0 0.06 288.83 0.82 0.65
Hex D4 5E EF B 3D 0 6 121 52 41
Octal 324 136 357 13 75 0 6 441 122 101
Binary 11010100 1011110 11101111 1011 111101 0 110 100100001 1010010 1000001

Color Harmonies of #D45EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45EEF

Black with #D45EEF

Text Example


Text Example

White with #D45EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45EEF; }

 p { color: rgb(212,94,239); }

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

background-color css

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

 a { background-color: rgb(212,94,239); }

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

border-color css

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

 span { border-color: rgb(212,94,239); }

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