Html Css Color HEX #DD77F1 Heliotrope

📋 copy color: '#DD77F1'

red 221 ◦ green 119 ◦ blue 241

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

Shades of Heliotrope #DD77F1

Tints of Heliotrope #DD77F1

RGB

 RED value IS 221 (86.72% from 255) = 38.04%

 GREEN value IS 119 (46.88% from 255) = 20.48%

 BLUE value IS 241 (94.53% from 255) = 41.48%

R = 38.04%
G = 20.48%
B = 41.48%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD77F1 (or 0xDD77F1) is known color: Heliotrope. HEX triplet: DD, 77 and F1. RGB value is (221,119,241). Sum of RGB (Red+Green+Blue) = 221+119+241=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 119 (46.88% from 255 or 20.48% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD77F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD77F1 is #22880E. Grayscale: #A3A3A3. Windows color (decimal): -2263055 or 15824861. OLE color: 15824861.

HSL color Cylindrical-coordinate representation of color #DD77F1: hue angle of 290.16º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD77F1 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 119 241 -
CMYK 0.08 0.51 0 0.05
HSL 290.16º 0.81% 0.71% -
HSV(B) 290.16º 0.51% 0.95% -
XYZ 52.29 34.92 87.2 -
YUV 163.41 171.79 169.08 -
System Red Green Blue C M Y K H S L
Decimal 221 119 241 0.08 0.51 0 0.05 290.16 0.81 0.71
Hex DD 77 F1 8 33 0 5 122 51 47
Octal 335 167 361 10 63 0 5 442 121 107
Binary 11011101 1110111 11110001 1000 110011 0 101 100100010 1010001 1000111

Color Harmonies of #DD77F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77F1

Black with #DD77F1

Text Example


Text Example

White with #DD77F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77F1; }

 p { color: rgb(221,119,241); }

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

background-color css

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

 a { background-color: rgb(221,119,241); }

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

border-color css

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

 span { border-color: rgb(221,119,241); }

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