Html Css Color HEX #D77FFB Heliotrope

📋 copy color: '#D77FFB'

red 215 ◦ green 127 ◦ blue 251

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

Shades of Heliotrope #D77FFB

Tints of Heliotrope #D77FFB

RGB

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

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

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

R = 36.26%
G = 21.42%
B = 42.33%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D77FFB (or 0xD77FFB) is known color: Heliotrope. HEX triplet: D7, 7F and FB. RGB value is (215,127,251). Sum of RGB (Red+Green+Blue) = 215+127+251=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #D77FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77FFB is #288004. Grayscale: #A7A7A7. Windows color (decimal): -2654213 or 16482263. OLE color: 16482263.

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

Color convert

RGB 215 127 251 -
CMYK 0.14 0.49 0 0.02
HSL 282.58º 0.94% 0.74% -
HSV(B) 282.58º 0.49% 0.98% -
XYZ 53.03 36.59 95.53 -
YUV 167.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 215 127 251 0.14 0.49 0 0.02 282.58 0.94 0.74
Hex D7 7F FB E 31 0 2 11B 5E 4A
Octal 327 177 373 16 61 0 2 433 136 112
Binary 11010111 1111111 11111011 1110 110001 0 10 100011011 1011110 1001010

Color Harmonies of #D77FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77FFB

Black with #D77FFB

Text Example


Text Example

White with #D77FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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