Html Css Color HEX #DD7A98 Pale Violet Red

📋 copy color: '#DD7A98'

red 221 ◦ green 122 ◦ blue 152

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

Shades of Pale Violet Red #DD7A98

Tints of Pale Violet Red #DD7A98

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.65%

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

R = 44.65%
G = 24.65%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD7A98 (or 0xDD7A98) is known color: Pale Violet Red. HEX triplet: DD, 7A and 98. RGB value is (221,122,152). Sum of RGB (Red+Green+Blue) = 221+122+152=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A98 is #228567. Grayscale: #9A9A9A. Windows color (decimal): -2262376 or 9992925. OLE color: 9992925.

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

Color convert

RGB 221 122 152 -
CMYK 0 0.45 0.31 0.13
HSL 341.82º 0.59% 0.67% -
HSV(B) 341.82º 0.45% 0.87% -
XYZ 42.45 31.56 33.56 -
YUV 155.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 221 122 152 0 0.45 0.31 0.13 341.82 0.59 0.67
Hex DD 7A 98 0 2D 1F D 156 3B 43
Octal 335 172 230 0 55 37 15 526 73 103
Binary 11011101 1111010 10011000 0 101101 11111 1101 101010110 111011 1000011

Color Harmonies of #DD7A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A98

Black with #DD7A98

Text Example


Text Example

White with #DD7A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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