Html Css Color HEX #D770EB Heliotrope

📋 copy color: '#D770EB'

red 215 ◦ green 112 ◦ blue 235

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

Shades of Heliotrope #D770EB

Tints of Heliotrope #D770EB

RGB

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

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

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

R = 38.26%
G = 19.93%
B = 41.81%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D770EB (or 0xD770EB) is known color: Heliotrope. HEX triplet: D7, 70 and EB. RGB value is (215,112,235). Sum of RGB (Red+Green+Blue) = 215+112+235=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #D770EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D770EB is #288F14. Grayscale: #9C9C9C. Windows color (decimal): -2658069 or 15429847. OLE color: 15429847.

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

Color convert

RGB 215 112 235 -
CMYK 0.09 0.52 0 0.08
HSL 290.24º 0.75% 0.68% -
HSV(B) 290.24º 0.52% 0.92% -
XYZ 48.81 32.03 82.21 -
YUV 156.82 172.12 169.5 -
System Red Green Blue C M Y K H S L
Decimal 215 112 235 0.09 0.52 0 0.08 290.24 0.75 0.68
Hex D7 70 EB 9 34 0 8 122 4B 44
Octal 327 160 353 11 64 0 10 442 113 104
Binary 11010111 1110000 11101011 1001 110100 0 1000 100100010 1001011 1000100

Color Harmonies of #D770EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770EB

Black with #D770EB

Text Example


Text Example

White with #D770EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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