Html Css Color HEX #D466EE Heliotrope

📋 copy color: '#D466EE'

red 212 ◦ green 102 ◦ blue 238

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

Shades of Heliotrope #D466EE

Tints of Heliotrope #D466EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.12%

R = 38.41%
G = 18.48%
B = 43.12%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D466EE (or 0xD466EE) is known color: Heliotrope. HEX triplet: D4, 66 and EE. RGB value is (212,102,238). Sum of RGB (Red+Green+Blue) = 212+102+238=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #D466EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D466EE is #2B9911. Grayscale: #959595. Windows color (decimal): -2857234 or 15623892. OLE color: 15623892.

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

Color convert

RGB 212 102 238 -
CMYK 0.11 0.57 0 0.07
HSL 288.53º 0.8% 0.67% -
HSV(B) 288.53º 0.57% 0.93% -
XYZ 47.34 29.67 84.12 -
YUV 150.39 177.44 171.94 -
System Red Green Blue C M Y K H S L
Decimal 212 102 238 0.11 0.57 0 0.07 288.53 0.8 0.67
Hex D4 66 EE B 39 0 7 121 50 43
Octal 324 146 356 13 71 0 7 441 120 103
Binary 11010100 1100110 11101110 1011 111001 0 111 100100001 1010000 1000011

Color Harmonies of #D466EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D466EE

Black with #D466EE

Text Example


Text Example

White with #D466EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D466EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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