Html Css Color HEX #D77FFD Heliotrope

📋 copy color: '#D77FFD'

red 215 ◦ green 127 ◦ blue 253

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

Shades of Heliotrope #D77FFD

Tints of Heliotrope #D77FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 21.34%

 BLUE value IS 253 (99.22% from 255) = 42.52%

R = 36.13%
G = 21.34%
B = 42.52%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D77FFD (or 0xD77FFD) is known color: Heliotrope. HEX triplet: D7, 7F and FD. RGB value is (215,127,253). Sum of RGB (Red+Green+Blue) = 215+127+253=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #D77FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77FFD is #288002. Grayscale: #A7A7A7. Windows color (decimal): -2654211 or 16613335. OLE color: 16613335.

HSL color Cylindrical-coordinate representation of color #D77FFD: hue angle of 281.9º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D77FFD is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 127 253 -
CMYK 0.15 0.50 0 0.01
HSL 281.9º 0.97% 0.75% -
HSV(B) 281.9º 0.5% 0.99% -
XYZ 53.34 36.72 97.2 -
YUV 167.68 176.15 161.75 -
System Red Green Blue C M Y K H S L
Decimal 215 127 253 0.15 0.50 0 0.01 281.9 0.97 0.75
Hex D7 7F FD F 32 0 1 11A 61 4B
Octal 327 177 375 17 62 0 1 432 141 113
Binary 11010111 1111111 11111101 1111 110010 0 1 100011010 1100001 1001011

Color Harmonies of #D77FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77FFD

Black with #D77FFD

Text Example


Text Example

White with #D77FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77FFD; }

 p { color: rgb(215,127,253); }

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

background-color css

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

 a { background-color: rgb(215,127,253); }

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

border-color css

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

 span { border-color: rgb(215,127,253); }

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