Html Css Color HEX #D669EB Heliotrope

📋 copy color: '#D669EB'

red 214 ◦ green 105 ◦ blue 235

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

Shades of Heliotrope #D669EB

Tints of Heliotrope #D669EB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.95%

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

R = 38.63%
G = 18.95%
B = 42.42%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D669EB (or 0xD669EB) is known color: Heliotrope. HEX triplet: D6, 69 and EB. RGB value is (214,105,235). Sum of RGB (Red+Green+Blue) = 214+105+235=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #D669EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D669EB is #299614. Grayscale: #989898. Windows color (decimal): -2725397 or 15428054. OLE color: 15428054.

HSL color Cylindrical-coordinate representation of color #D669EB: hue angle of 290.31º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D669EB is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 105 235 -
CMYK 0.09 0.55 0 0.08
HSL 290.31º 0.76% 0.67% -
HSV(B) 290.31º 0.55% 0.92% -
XYZ 47.78 30.4 81.95 -
YUV 152.41 174.61 171.93 -
System Red Green Blue C M Y K H S L
Decimal 214 105 235 0.09 0.55 0 0.08 290.31 0.76 0.67
Hex D6 69 EB 9 37 0 8 122 4C 43
Octal 326 151 353 11 67 0 10 442 114 103
Binary 11010110 1101001 11101011 1001 110111 0 1000 100100010 1001100 1000011

Color Harmonies of #D669EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669EB

Black with #D669EB

Text Example


Text Example

White with #D669EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669EB; }

 p { color: rgb(214,105,235); }

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

background-color css

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

 a { background-color: rgb(214,105,235); }

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

border-color css

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

 span { border-color: rgb(214,105,235); }

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