Html Css Color HEX #D770EA Heliotrope

📋 copy color: '#D770EA'

red 215 ◦ green 112 ◦ blue 234

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

Shades of Heliotrope #D770EA

Tints of Heliotrope #D770EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 38.32%
G = 19.96%
B = 41.71%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D770EA (or 0xD770EA) is known color: Heliotrope. HEX triplet: D7, 70 and EA. RGB value is (215,112,234). Sum of RGB (Red+Green+Blue) = 215+112+234=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #D770EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D770EA is #288F15. Grayscale: #9C9C9C. Windows color (decimal): -2658070 or 15364311. OLE color: 15364311.

HSL color Cylindrical-coordinate representation of color #D770EA: hue angle of 290.66º degrees, saturation: 0.74, 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 #D770EA is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 112 234 -
CMYK 0.08 0.52 0 0.08
HSL 290.66º 0.74% 0.68% -
HSV(B) 290.66º 0.52% 0.92% -
XYZ 48.67 31.98 81.45 -
YUV 156.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 215 112 234 0.08 0.52 0 0.08 290.66 0.74 0.68
Hex D7 70 EA 8 34 0 8 123 4A 44
Octal 327 160 352 10 64 0 10 443 112 104
Binary 11010111 1110000 11101010 1000 110100 0 1000 100100011 1001010 1000100

Color Harmonies of #D770EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770EA

Black with #D770EA

Text Example


Text Example

White with #D770EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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