Html Css Color HEX #D772ED Heliotrope

📋 copy color: '#D772ED'

red 215 ◦ green 114 ◦ blue 237

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

Shades of Heliotrope #D772ED

Tints of Heliotrope #D772ED

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.14%

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

R = 37.99%
G = 20.14%
B = 41.87%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D772ED (or 0xD772ED) is known color: Heliotrope. HEX triplet: D7, 72 and ED. RGB value is (215,114,237). Sum of RGB (Red+Green+Blue) = 215+114+237=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #D772ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D772ED is #288D12. Grayscale: #9D9D9D. Windows color (decimal): -2657555 or 15561431. OLE color: 15561431.

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

Color convert

RGB 215 114 237 -
CMYK 0.09 0.52 0 0.07
HSL 289.27º 0.77% 0.69% -
HSV(B) 289.27º 0.52% 0.93% -
XYZ 49.33 32.6 83.81 -
YUV 158.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 215 114 237 0.09 0.52 0 0.07 289.27 0.77 0.69
Hex D7 72 ED 9 34 0 7 121 4D 45
Octal 327 162 355 11 64 0 7 441 115 105
Binary 11010111 1110010 11101101 1001 110100 0 111 100100001 1001101 1000101

Color Harmonies of #D772ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772ED

Black with #D772ED

Text Example


Text Example

White with #D772ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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