Html Css Color HEX #DD76F3 Heliotrope

📋 copy color: '#DD76F3'

red 221 ◦ green 118 ◦ blue 243

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

Shades of Heliotrope #DD76F3

Tints of Heliotrope #DD76F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.75%

R = 37.97%
G = 20.27%
B = 41.75%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD76F3 (or 0xDD76F3) is known color: Heliotrope. HEX triplet: DD, 76 and F3. RGB value is (221,118,243). Sum of RGB (Red+Green+Blue) = 221+118+243=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 118 (46.48% from 255 or 20.27% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD76F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD76F3 is #22890C. Grayscale: #A2A2A2. Windows color (decimal): -2263309 or 15955677. OLE color: 15955677.

HSL color Cylindrical-coordinate representation of color #DD76F3: hue angle of 289.44º degrees, saturation: 0.84, 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 #DD76F3 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 118 243 -
CMYK 0.09 0.51 0 0.05
HSL 289.44º 0.84% 0.71% -
HSV(B) 289.44º 0.51% 0.95% -
XYZ 52.47 34.8 88.75 -
YUV 163.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 221 118 243 0.09 0.51 0 0.05 289.44 0.84 0.71
Hex DD 76 F3 9 33 0 5 121 54 47
Octal 335 166 363 11 63 0 5 441 124 107
Binary 11011101 1110110 11110011 1001 110011 0 101 100100001 1010100 1000111

Color Harmonies of #DD76F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76F3

Black with #DD76F3

Text Example


Text Example

White with #DD76F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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