Html Css Color HEX #DD7DED Violet

📋 copy color: '#DD7DED'

red 221 ◦ green 125 ◦ blue 237

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

Shades of Violet #DD7DED

Tints of Violet #DD7DED

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.44%

 BLUE value IS 237 (92.97% from 255) = 40.65%

R = 37.91%
G = 21.44%
B = 40.65%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD7DED (or 0xDD7DED) is known color: Violet. HEX triplet: DD, 7D and ED. RGB value is (221,125,237). Sum of RGB (Red+Green+Blue) = 221+125+237=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD7DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7DED is #228212. Grayscale: #A6A6A6. Windows color (decimal): -2261523 or 15564253. OLE color: 15564253.

HSL color Cylindrical-coordinate representation of color #DD7DED: hue angle of 291.43º degrees, saturation: 0.76, 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 #DD7DED is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 125 237 -
CMYK 0.07 0.47 0 0.07
HSL 291.43º 0.76% 0.71% -
HSV(B) 291.43º 0.47% 0.93% -
XYZ 52.44 36.15 84.34 -
YUV 166.47 167.8 166.89 -
System Red Green Blue C M Y K H S L
Decimal 221 125 237 0.07 0.47 0 0.07 291.43 0.76 0.71
Hex DD 7D ED 7 2F 0 7 123 4C 47
Octal 335 175 355 7 57 0 7 443 114 107
Binary 11011101 1111101 11101101 111 101111 0 111 100100011 1001100 1000111

Color Harmonies of #DD7DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DED

Black with #DD7DED

Text Example


Text Example

White with #DD7DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DED; }

 p { color: rgb(221,125,237); }

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

background-color css

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

 a { background-color: rgb(221,125,237); }

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

border-color css

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

 span { border-color: rgb(221,125,237); }

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