Html Css Color HEX #D466EB Heliotrope

📋 copy color: '#D466EB'

red 212 ◦ green 102 ◦ blue 235

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

Shades of Heliotrope #D466EB

Tints of Heliotrope #D466EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.81%

R = 38.62%
G = 18.58%
B = 42.81%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D466EB (or 0xD466EB) is known color: Heliotrope. HEX triplet: D4, 66 and EB. RGB value is (212,102,235). Sum of RGB (Red+Green+Blue) = 212+102+235=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #D466EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D466EB is #2B9914. Grayscale: #959595. Windows color (decimal): -2857237 or 15427284. OLE color: 15427284.

HSL color Cylindrical-coordinate representation of color #D466EB: hue angle of 289.62º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D466EB is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 102 235 -
CMYK 0.10 0.57 0 0.08
HSL 289.62º 0.77% 0.66% -
HSV(B) 289.62º 0.57% 0.92% -
XYZ 46.9 29.5 81.82 -
YUV 150.05 175.94 172.19 -
System Red Green Blue C M Y K H S L
Decimal 212 102 235 0.10 0.57 0 0.08 289.62 0.77 0.66
Hex D4 66 EB A 39 0 8 122 4D 42
Octal 324 146 353 12 71 0 10 442 115 102
Binary 11010100 1100110 11101011 1010 111001 0 1000 100100010 1001101 1000010

Color Harmonies of #D466EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D466EB

Black with #D466EB

Text Example


Text Example

White with #D466EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D466EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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