Html Css Color HEX #D669ED Heliotrope

📋 copy color: '#D669ED'

red 214 ◦ green 105 ◦ blue 237

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

Shades of Heliotrope #D669ED

Tints of Heliotrope #D669ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 38.49%
G = 18.88%
B = 42.63%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D669ED (or 0xD669ED) is known color: Heliotrope. HEX triplet: D6, 69 and ED. RGB value is (214,105,237). Sum of RGB (Red+Green+Blue) = 214+105+237=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 105 (41.41% from 255 or 18.88% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #D669ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D669ED is #299612. Grayscale: #989898. Windows color (decimal): -2725395 or 15559126. OLE color: 15559126.

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

Color convert

RGB 214 105 237 -
CMYK 0.10 0.56 0 0.07
HSL 289.55º 0.79% 0.67% -
HSV(B) 289.55º 0.56% 0.93% -
XYZ 48.07 30.51 83.48 -
YUV 152.64 175.61 171.77 -
System Red Green Blue C M Y K H S L
Decimal 214 105 237 0.10 0.56 0 0.07 289.55 0.79 0.67
Hex D6 69 ED A 38 0 7 122 4F 43
Octal 326 151 355 12 70 0 7 442 117 103
Binary 11010110 1101001 11101101 1010 111000 0 111 100100010 1001111 1000011

Color Harmonies of #D669ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669ED

Black with #D669ED

Text Example


Text Example

White with #D669ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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