Html Css Color HEX #D77FF2 Heliotrope

📋 copy color: '#D77FF2'

red 215 ◦ green 127 ◦ blue 242

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

Shades of Heliotrope #D77FF2

Tints of Heliotrope #D77FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.44%

R = 36.82%
G = 21.75%
B = 41.44%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D77FF2 (or 0xD77FF2) is known color: Heliotrope. HEX triplet: D7, 7F and F2. RGB value is (215,127,242). Sum of RGB (Red+Green+Blue) = 215+127+242=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 127 (50% from 255 or 21.75% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #D77FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77FF2 is #28800D. Grayscale: #A6A6A6. Windows color (decimal): -2654222 or 15892439. OLE color: 15892439.

HSL color Cylindrical-coordinate representation of color #D77FF2: hue angle of 285.91º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D77FF2 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 127 242 -
CMYK 0.11 0.48 0 0.05
HSL 285.91º 0.82% 0.72% -
HSV(B) 285.91º 0.48% 0.95% -
XYZ 51.64 36.04 88.24 -
YUV 166.42 170.65 162.65 -
System Red Green Blue C M Y K H S L
Decimal 215 127 242 0.11 0.48 0 0.05 285.91 0.82 0.72
Hex D7 7F F2 B 30 0 5 11E 52 48
Octal 327 177 362 13 60 0 5 436 122 110
Binary 11010111 1111111 11110010 1011 110000 0 101 100011110 1010010 1001000

Color Harmonies of #D77FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77FF2

Black with #D77FF2

Text Example


Text Example

White with #D77FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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