Html Css Color HEX #D772EF Heliotrope

📋 copy color: '#D772EF'

red 215 ◦ green 114 ◦ blue 239

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

Shades of Heliotrope #D772EF

Tints of Heliotrope #D772EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.08%

R = 37.85%
G = 20.07%
B = 42.08%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D772EF (or 0xD772EF) is known color: Heliotrope. HEX triplet: D7, 72 and EF. RGB value is (215,114,239). Sum of RGB (Red+Green+Blue) = 215+114+239=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #D772EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D772EF is #288D10. Grayscale: #9E9E9E. Windows color (decimal): -2657553 or 15692503. OLE color: 15692503.

HSL color Cylindrical-coordinate representation of color #D772EF: hue angle of 288.48º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D772EF is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 114 239 -
CMYK 0.10 0.52 0 0.06
HSL 288.48º 0.8% 0.69% -
HSV(B) 288.48º 0.52% 0.94% -
XYZ 49.62 32.71 85.36 -
YUV 158.45 173.46 168.34 -
System Red Green Blue C M Y K H S L
Decimal 215 114 239 0.10 0.52 0 0.06 288.48 0.8 0.69
Hex D7 72 EF A 34 0 6 120 50 45
Octal 327 162 357 12 64 0 6 440 120 105
Binary 11010111 1110010 11101111 1010 110100 0 110 100100000 1010000 1000101

Color Harmonies of #D772EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772EF

Black with #D772EF

Text Example


Text Example

White with #D772EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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