Html Css Color HEX #D77DFB Heliotrope

📋 copy color: '#D77DFB'

red 215 ◦ green 125 ◦ blue 251

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

Shades of Heliotrope #D77DFB

Tints of Heliotrope #D77DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.15%

 BLUE value IS 251 (98.44% from 255) = 42.47%

R = 36.38%
G = 21.15%
B = 42.47%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D77DFB (or 0xD77DFB) is known color: Heliotrope. HEX triplet: D7, 7D and FB. RGB value is (215,125,251). Sum of RGB (Red+Green+Blue) = 215+125+251=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 125 (49.22% from 255 or 21.15% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #D77DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77DFB is #288204. Grayscale: #A5A5A5. Windows color (decimal): -2654725 or 16481751. OLE color: 16481751.

HSL color Cylindrical-coordinate representation of color #D77DFB: hue angle of 282.86º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D77DFB is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 125 251 -
CMYK 0.14 0.50 0 0.02
HSL 282.86º 0.94% 0.74% -
HSV(B) 282.86º 0.5% 0.98% -
XYZ 52.77 36.08 95.45 -
YUV 166.27 175.82 162.75 -
System Red Green Blue C M Y K H S L
Decimal 215 125 251 0.14 0.50 0 0.02 282.86 0.94 0.74
Hex D7 7D FB E 32 0 2 11B 5E 4A
Octal 327 175 373 16 62 0 2 433 136 112
Binary 11010111 1111101 11111011 1110 110010 0 10 100011011 1011110 1001010

Color Harmonies of #D77DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DFB

Black with #D77DFB

Text Example


Text Example

White with #D77DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DFB; }

 p { color: rgb(215,125,251); }

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

background-color css

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

 a { background-color: rgb(215,125,251); }

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

border-color css

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

 span { border-color: rgb(215,125,251); }

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