Html Css Color HEX #DD7B98 Pale Violet Red

📋 copy color: '#DD7B98'

red 221 ◦ green 123 ◦ blue 152

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

Shades of Pale Violet Red #DD7B98

Tints of Pale Violet Red #DD7B98

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.8%

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

R = 44.56%
G = 24.8%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD7B98 (or 0xDD7B98) is known color: Pale Violet Red. HEX triplet: DD, 7B and 98. RGB value is (221,123,152). Sum of RGB (Red+Green+Blue) = 221+123+152=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B98 is #228467. Grayscale: #9B9B9B. Windows color (decimal): -2262120 or 9993181. OLE color: 9993181.

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

Color convert

RGB 221 123 152 -
CMYK 0 0.44 0.31 0.13
HSL 342.24º 0.59% 0.67% -
HSV(B) 342.24º 0.44% 0.87% -
XYZ 42.57 31.81 33.6 -
YUV 155.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 221 123 152 0 0.44 0.31 0.13 342.24 0.59 0.67
Hex DD 7B 98 0 2C 1F D 156 3B 43
Octal 335 173 230 0 54 37 15 526 73 103
Binary 11011101 1111011 10011000 0 101100 11111 1101 101010110 111011 1000011

Color Harmonies of #DD7B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B98

Black with #DD7B98

Text Example


Text Example

White with #DD7B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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