Html Css Color HEX #D466EF Heliotrope

📋 copy color: '#D466EF'

red 212 ◦ green 102 ◦ blue 239

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

Shades of Heliotrope #D466EF

Tints of Heliotrope #D466EF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.44%

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

R = 38.34%
G = 18.44%
B = 43.22%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D466EF (or 0xD466EF) is known color: Heliotrope. HEX triplet: D4, 66 and EF. RGB value is (212,102,239). Sum of RGB (Red+Green+Blue) = 212+102+239=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #D466EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D466EF is #2B9910. Grayscale: #969696. Windows color (decimal): -2857233 or 15689428. OLE color: 15689428.

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

Color convert

RGB 212 102 239 -
CMYK 0.11 0.57 0 0.06
HSL 288.18º 0.81% 0.67% -
HSV(B) 288.18º 0.57% 0.94% -
XYZ 47.48 29.73 84.9 -
YUV 150.51 177.94 171.86 -
System Red Green Blue C M Y K H S L
Decimal 212 102 239 0.11 0.57 0 0.06 288.18 0.81 0.67
Hex D4 66 EF B 39 0 6 120 51 43
Octal 324 146 357 13 71 0 6 440 121 103
Binary 11010100 1100110 11101111 1011 111001 0 110 100100000 1010001 1000011

Color Harmonies of #D466EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D466EF

Black with #D466EF

Text Example


Text Example

White with #D466EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D466EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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