Html Css Color HEX #D770ED Heliotrope

📋 copy color: '#D770ED'

red 215 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #D770ED

Tints of Heliotrope #D770ED

RGB

 RED value IS 215 (84.38% from 255) = 38.12%

 GREEN value IS 112 (44.14% from 255) = 19.86%

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

R = 38.12%
G = 19.86%
B = 42.02%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D770ED (or 0xD770ED) is known color: Heliotrope. HEX triplet: D7, 70 and ED. RGB value is (215,112,237). Sum of RGB (Red+Green+Blue) = 215+112+237=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #D770ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D770ED is #288F12. Grayscale: #9C9C9C. Windows color (decimal): -2658067 or 15560919. OLE color: 15560919.

HSL color Cylindrical-coordinate representation of color #D770ED: hue angle of 289.44º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D770ED is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 112 237 -
CMYK 0.09 0.53 0 0.07
HSL 289.44º 0.78% 0.68% -
HSV(B) 289.44º 0.53% 0.93% -
XYZ 49.1 32.15 83.74 -
YUV 157.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 215 112 237 0.09 0.53 0 0.07 289.44 0.78 0.68
Hex D7 70 ED 9 35 0 7 121 4E 44
Octal 327 160 355 11 65 0 7 441 116 104
Binary 11010111 1110000 11101101 1001 110101 0 111 100100001 1001110 1000100

Color Harmonies of #D770ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770ED

Black with #D770ED

Text Example


Text Example

White with #D770ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770ED; }

 p { color: rgb(215,112,237); }

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

background-color css

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

 a { background-color: rgb(215,112,237); }

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

border-color css

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

 span { border-color: rgb(215,112,237); }

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