Html Css Color HEX #D77DFE Heliotrope

📋 copy color: '#D77DFE'

red 215 ◦ green 125 ◦ blue 254

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

Shades of Heliotrope #D77DFE

Tints of Heliotrope #D77DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 36.2%
G = 21.04%
B = 42.76%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D77DFE (or 0xD77DFE) is known color: Heliotrope. HEX triplet: D7, 7D and FE. RGB value is (215,125,254). Sum of RGB (Red+Green+Blue) = 215+125+254=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 125 (49.22% from 255 or 21.04% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #D77DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77DFE is #288201. Grayscale: #A6A6A6. Windows color (decimal): -2654722 or 16678359. OLE color: 16678359.

HSL color Cylindrical-coordinate representation of color #D77DFE: hue angle of 281.86º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D77DFE is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 215 125 254 -
CMYK 0.15 0.51 0 0.00
HSL 281.86º 0.98% 0.74% -
HSV(B) 281.86º 0.51% 1% -
XYZ 53.25 36.27 97.96 -
YUV 166.62 177.32 162.51 -
System Red Green Blue C M Y K H S L
Decimal 215 125 254 0.15 0.51 0 0.00 281.86 0.98 0.74
Hex D7 7D FE F 33 0 0 11A 62 4A
Octal 327 175 376 17 63 0 0 432 142 112
Binary 11010111 1111101 11111110 1111 110011 0 0 100011010 1100010 1001010

Color Harmonies of #D77DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DFE

Black with #D77DFE

Text Example


Text Example

White with #D77DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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