Html Css Color HEX #DD7592 Pale Violet Red

📋 copy color: '#DD7592'

red 221 ◦ green 117 ◦ blue 146

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

Shades of Pale Violet Red #DD7592

Tints of Pale Violet Red #DD7592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.17%

 BLUE value IS 146 (57.42% from 255) = 30.17%

R = 45.66%
G = 24.17%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD7592 (or 0xDD7592) is known color: Pale Violet Red. HEX triplet: DD, 75 and 92. RGB value is (221,117,146). Sum of RGB (Red+Green+Blue) = 221+117+146=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7592 is #228A6D. Grayscale: #979797. Windows color (decimal): -2263662 or 9598429. OLE color: 9598429.

HSL color Cylindrical-coordinate representation of color #DD7592: hue angle of 343.27º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7592 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 117 146 -
CMYK 0 0.47 0.34 0.13
HSL 343.27º 0.6% 0.66% -
HSV(B) 343.27º 0.47% 0.87% -
XYZ 41.37 30.17 30.84 -
YUV 151.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 221 117 146 0 0.47 0.34 0.13 343.27 0.6 0.66
Hex DD 75 92 0 2F 22 D 157 3C 42
Octal 335 165 222 0 57 42 15 527 74 102
Binary 11011101 1110101 10010010 0 101111 100010 1101 101010111 111100 1000010

Color Harmonies of #DD7592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7592

Black with #DD7592

Text Example


Text Example

White with #DD7592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7592; }

 p { color: rgb(221,117,146); }

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

background-color css

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

 a { background-color: rgb(221,117,146); }

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

border-color css

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

 span { border-color: rgb(221,117,146); }

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