Html Css Color HEX #DD7096 Pale Violet Red

📋 copy color: '#DD7096'

red 221 ◦ green 112 ◦ blue 150

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

Shades of Pale Violet Red #DD7096

Tints of Pale Violet Red #DD7096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.19%

 BLUE value IS 150 (58.98% from 255) = 31.06%

R = 45.76%
G = 23.19%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD7096 (or 0xDD7096) is known color: Pale Violet Red. HEX triplet: DD, 70 and 96. RGB value is (221,112,150). Sum of RGB (Red+Green+Blue) = 221+112+150=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7096 is #228F69. Grayscale: #949494. Windows color (decimal): -2264938 or 9859293. OLE color: 9859293.

HSL color Cylindrical-coordinate representation of color #DD7096: hue angle of 339.08º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7096 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 112 150 -
CMYK 0 0.49 0.32 0.13
HSL 339.08º 0.62% 0.65% -
HSV(B) 339.08º 0.49% 0.87% -
XYZ 41.12 29.16 32.32 -
YUV 148.92 128.61 179.41 -
System Red Green Blue C M Y K H S L
Decimal 221 112 150 0 0.49 0.32 0.13 339.08 0.62 0.65
Hex DD 70 96 0 31 20 D 153 3E 41
Octal 335 160 226 0 61 40 15 523 76 101
Binary 11011101 1110000 10010110 0 110001 100000 1101 101010011 111110 1000001

Color Harmonies of #DD7096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7096

Black with #DD7096

Text Example


Text Example

White with #DD7096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7096; }

 p { color: rgb(221,112,150); }

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

background-color css

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

 a { background-color: rgb(221,112,150); }

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

border-color css

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

 span { border-color: rgb(221,112,150); }

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