Html Css Color HEX #DD7EEC Violet

📋 copy color: '#DD7EEC'

red 221 ◦ green 126 ◦ blue 236

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

Shades of Violet #DD7EEC

Tints of Violet #DD7EEC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.61%

 BLUE value IS 236 (92.58% from 255) = 40.48%

R = 37.91%
G = 21.61%
B = 40.48%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD7EEC (or 0xDD7EEC) is known color: Violet. HEX triplet: DD, 7E and EC. RGB value is (221,126,236). Sum of RGB (Red+Green+Blue) = 221+126+236=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 126 (49.61% from 255 or 21.61% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD7EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7EEC is #228113. Grayscale: #A6A6A6. Windows color (decimal): -2261268 or 15498973. OLE color: 15498973.

HSL color Cylindrical-coordinate representation of color #DD7EEC: hue angle of 291.82º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7EEC is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 126 236 -
CMYK 0.06 0.47 0 0.07
HSL 291.82º 0.74% 0.71% -
HSV(B) 291.82º 0.47% 0.93% -
XYZ 52.42 36.35 83.61 -
YUV 166.95 166.97 166.56 -
System Red Green Blue C M Y K H S L
Decimal 221 126 236 0.06 0.47 0 0.07 291.82 0.74 0.71
Hex DD 7E EC 6 2F 0 7 124 4A 47
Octal 335 176 354 6 57 0 7 444 112 107
Binary 11011101 1111110 11101100 110 101111 0 111 100100100 1001010 1000111

Color Harmonies of #DD7EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7EEC

Black with #DD7EEC

Text Example


Text Example

White with #DD7EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7EEC; }

 p { color: rgb(221,126,236); }

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

background-color css

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

 a { background-color: rgb(221,126,236); }

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

border-color css

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

 span { border-color: rgb(221,126,236); }

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