Html Css Color HEX #DD7595 Pale Violet Red

📋 copy color: '#DD7595'

red 221 ◦ green 117 ◦ blue 149

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

Shades of Pale Violet Red #DD7595

Tints of Pale Violet Red #DD7595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.6%

R = 45.38%
G = 24.02%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD7595 (or 0xDD7595) is known color: Pale Violet Red. HEX triplet: DD, 75 and 95. RGB value is (221,117,149). Sum of RGB (Red+Green+Blue) = 221+117+149=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7595 is #228A6A. Grayscale: #979797. Windows color (decimal): -2263659 or 9795037. OLE color: 9795037.

HSL color Cylindrical-coordinate representation of color #DD7595: hue angle of 341.54º 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 #DD7595 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 117 149 -
CMYK 0 0.47 0.33 0.13
HSL 341.54º 0.6% 0.66% -
HSV(B) 341.54º 0.47% 0.87% -
XYZ 41.6 30.26 32.08 -
YUV 151.74 126.46 177.4 -
System Red Green Blue C M Y K H S L
Decimal 221 117 149 0 0.47 0.33 0.13 341.54 0.6 0.66
Hex DD 75 95 0 2F 21 D 156 3C 42
Octal 335 165 225 0 57 41 15 526 74 102
Binary 11011101 1110101 10010101 0 101111 100001 1101 101010110 111100 1000010

Color Harmonies of #DD7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7595

Black with #DD7595

Text Example


Text Example

White with #DD7595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7595; }

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

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

background-color css

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

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

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

border-color css

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

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

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