Html Css Color HEX #DD76EA Violet

📋 copy color: '#DD76EA'

red 221 ◦ green 118 ◦ blue 234

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

Shades of Violet #DD76EA

Tints of Violet #DD76EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.84%

R = 38.57%
G = 20.59%
B = 40.84%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD76EA (or 0xDD76EA) is known color: Violet. HEX triplet: DD, 76 and EA. RGB value is (221,118,234). Sum of RGB (Red+Green+Blue) = 221+118+234=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD76EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD76EA is #228915. Grayscale: #A1A1A1. Windows color (decimal): -2263318 or 15365853. OLE color: 15365853.

HSL color Cylindrical-coordinate representation of color #DD76EA: hue angle of 293.28º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD76EA is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 118 234 -
CMYK 0.06 0.50 0 0.08
HSL 293.28º 0.73% 0.69% -
HSV(B) 293.28º 0.5% 0.92% -
XYZ 51.15 34.27 81.76 -
YUV 162.02 168.62 170.07 -
System Red Green Blue C M Y K H S L
Decimal 221 118 234 0.06 0.50 0 0.08 293.28 0.73 0.69
Hex DD 76 EA 6 32 0 8 125 49 45
Octal 335 166 352 6 62 0 10 445 111 105
Binary 11011101 1110110 11101010 110 110010 0 1000 100100101 1001001 1000101

Color Harmonies of #DD76EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76EA

Black with #DD76EA

Text Example


Text Example

White with #DD76EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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