Html Css Color HEX #DD7498 Pale Violet Red

📋 copy color: '#DD7498'

red 221 ◦ green 116 ◦ blue 152

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

Shades of Pale Violet Red #DD7498

Tints of Pale Violet Red #DD7498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.72%

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

R = 45.19%
G = 23.72%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD7498 (or 0xDD7498) is known color: Pale Violet Red. HEX triplet: DD, 74 and 98. RGB value is (221,116,152). Sum of RGB (Red+Green+Blue) = 221+116+152=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7498 is #228B67. Grayscale: #979797. Windows color (decimal): -2263912 or 9991389. OLE color: 9991389.

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

Color convert

RGB 221 116 152 -
CMYK 0 0.48 0.31 0.13
HSL 339.43º 0.61% 0.66% -
HSV(B) 339.43º 0.48% 0.87% -
XYZ 41.73 30.13 33.32 -
YUV 151.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 221 116 152 0 0.48 0.31 0.13 339.43 0.61 0.66
Hex DD 74 98 0 30 1F D 153 3D 42
Octal 335 164 230 0 60 37 15 523 75 102
Binary 11011101 1110100 10011000 0 110000 11111 1101 101010011 111101 1000010

Color Harmonies of #DD7498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7498

Black with #DD7498

Text Example


Text Example

White with #DD7498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7498; }

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

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

background-color css

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

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

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

border-color css

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

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

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