Html Css Color HEX #DD76F5 Heliotrope

📋 copy color: '#DD76F5'

red 221 ◦ green 118 ◦ blue 245

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

Shades of Heliotrope #DD76F5

Tints of Heliotrope #DD76F5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.21%

 BLUE value IS 245 (96.09% from 255) = 41.95%

R = 37.84%
G = 20.21%
B = 41.95%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD76F5 (or 0xDD76F5) is known color: Heliotrope. HEX triplet: DD, 76 and F5. RGB value is (221,118,245). Sum of RGB (Red+Green+Blue) = 221+118+245=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 118 (46.48% from 255 or 20.21% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 245 - color contains mainly: blue. Hex color #DD76F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD76F5 is #22890A. Grayscale: #A2A2A2. Windows color (decimal): -2263307 or 16086749. OLE color: 16086749.

HSL color Cylindrical-coordinate representation of color #DD76F5: hue angle of 288.66º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD76F5 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 118 245 -
CMYK 0.10 0.52 0 0.04
HSL 288.66º 0.86% 0.71% -
HSV(B) 288.66º 0.52% 0.96% -
XYZ 52.78 34.92 90.35 -
YUV 163.28 174.12 169.17 -
System Red Green Blue C M Y K H S L
Decimal 221 118 245 0.10 0.52 0 0.04 288.66 0.86 0.71
Hex DD 76 F5 A 34 0 4 121 56 47
Octal 335 166 365 12 64 0 4 441 126 107
Binary 11011101 1110110 11110101 1010 110100 0 100 100100001 1010110 1000111

Color Harmonies of #DD76F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76F5

Black with #DD76F5

Text Example


Text Example

White with #DD76F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76F5; }

 p { color: rgb(221,118,245); }

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

background-color css

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

 a { background-color: rgb(221,118,245); }

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

border-color css

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

 span { border-color: rgb(221,118,245); }

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