Html Css Color HEX #D772EC Heliotrope

📋 copy color: '#D772EC'

red 215 ◦ green 114 ◦ blue 236

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

Shades of Heliotrope #D772EC

Tints of Heliotrope #D772EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.77%

R = 38.05%
G = 20.18%
B = 41.77%

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

#D772EC (or 0xD772EC) is known color: Heliotrope. HEX triplet: D7, 72 and EC. RGB value is (215,114,236). Sum of RGB (Red+Green+Blue) = 215+114+236=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #D772EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D772EC is #288D13. Grayscale: #9D9D9D. Windows color (decimal): -2657556 or 15495895. OLE color: 15495895.

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

Color convert

RGB 215 114 236 -
CMYK 0.09 0.52 0 0.07
HSL 289.67º 0.76% 0.69% -
HSV(B) 289.67º 0.52% 0.93% -
XYZ 49.18 32.54 83.05 -
YUV 158.11 171.96 168.58 -
System Red Green Blue C M Y K H S L
Decimal 215 114 236 0.09 0.52 0 0.07 289.67 0.76 0.69
Hex D7 72 EC 9 34 0 7 122 4C 45
Octal 327 162 354 11 64 0 7 442 114 105
Binary 11010111 1110010 11101100 1001 110100 0 111 100100010 1001100 1000101

Color Harmonies of #D772EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772EC

Black with #D772EC

Text Example


Text Example

White with #D772EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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