Html Css Color HEX #DD7598 Pale Violet Red

📋 copy color: '#DD7598'

red 221 ◦ green 117 ◦ blue 152

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

Shades of Pale Violet Red #DD7598

Tints of Pale Violet Red #DD7598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.02%

R = 45.1%
G = 23.88%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD7598 (or 0xDD7598) is known color: Pale Violet Red. HEX triplet: DD, 75 and 98. RGB value is (221,117,152). Sum of RGB (Red+Green+Blue) = 221+117+152=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7598 is #228A67. Grayscale: #989898. Windows color (decimal): -2263656 or 9991645. OLE color: 9991645.

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

Color convert

RGB 221 117 152 -
CMYK 0 0.47 0.31 0.13
HSL 339.81º 0.6% 0.66% -
HSV(B) 339.81º 0.47% 0.87% -
XYZ 41.85 30.36 33.36 -
YUV 152.09 127.96 177.15 -
System Red Green Blue C M Y K H S L
Decimal 221 117 152 0 0.47 0.31 0.13 339.81 0.6 0.66
Hex DD 75 98 0 2F 1F D 154 3C 42
Octal 335 165 230 0 57 37 15 524 74 102
Binary 11011101 1110101 10011000 0 101111 11111 1101 101010100 111100 1000010

Color Harmonies of #DD7598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7598

Black with #DD7598

Text Example


Text Example

White with #DD7598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7598; }

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

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

background-color css

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

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

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

border-color css

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

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

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