Html Css Color HEX #D66EF4 Heliotrope

📋 copy color: '#D66EF4'

red 214 ◦ green 110 ◦ blue 244

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

Shades of Heliotrope #D66EF4

Tints of Heliotrope #D66EF4

RGB

 RED value IS 214 (83.98% from 255) = 37.68%

 GREEN value IS 110 (43.36% from 255) = 19.37%

 BLUE value IS 244 (95.7% from 255) = 42.96%

R = 37.68%
G = 19.37%
B = 42.96%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D66EF4 (or 0xD66EF4) is known color: Heliotrope. HEX triplet: D6, 6E and F4. RGB value is (214,110,244). Sum of RGB (Red+Green+Blue) = 214+110+244=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 244 (95.70% from 255 or 42.96% from 568); Max value from RGB is 244 - color contains mainly: blue. Hex color #D66EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66EF4 is #29910B. Grayscale: #9B9B9B. Windows color (decimal): -2724108 or 16019158. OLE color: 16019158.

HSL color Cylindrical-coordinate representation of color #D66EF4: hue angle of 286.57º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66EF4 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 110 244 -
CMYK 0.12 0.55 0 0.04
HSL 286.57º 0.86% 0.69% -
HSV(B) 286.57º 0.55% 0.96% -
XYZ 49.64 31.98 89.14 -
YUV 156.37 177.46 169.1 -
System Red Green Blue C M Y K H S L
Decimal 214 110 244 0.12 0.55 0 0.04 286.57 0.86 0.69
Hex D6 6E F4 C 37 0 4 11F 56 45
Octal 326 156 364 14 67 0 4 437 126 105
Binary 11010110 1101110 11110100 1100 110111 0 100 100011111 1010110 1000101

Color Harmonies of #D66EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EF4

Black with #D66EF4

Text Example


Text Example

White with #D66EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EF4; }

 p { color: rgb(214,110,244); }

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

background-color css

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

 a { background-color: rgb(214,110,244); }

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

border-color css

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

 span { border-color: rgb(214,110,244); }

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