Html Css Color HEX #DD6296 Pale Violet Red

📋 copy color: '#DD6296'

red 221 ◦ green 98 ◦ blue 150

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

Shades of Pale Violet Red #DD6296

Tints of Pale Violet Red #DD6296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.9%

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

R = 47.12%
G = 20.9%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD6296 (or 0xDD6296) is known color: Pale Violet Red. HEX triplet: DD, 62 and 96. RGB value is (221,98,150). Sum of RGB (Red+Green+Blue) = 221+98+150=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6296 is #229D69. Grayscale: #8C8C8C. Windows color (decimal): -2268522 or 9855709. OLE color: 9855709.

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

Color convert

RGB 221 98 150 -
CMYK 0 0.56 0.32 0.13
HSL 334.63º 0.64% 0.63% -
HSV(B) 334.63º 0.56% 0.87% -
XYZ 39.69 26.31 31.84 -
YUV 140.71 133.25 185.27 -
System Red Green Blue C M Y K H S L
Decimal 221 98 150 0 0.56 0.32 0.13 334.63 0.64 0.63
Hex DD 62 96 0 38 20 D 14F 40 3F
Octal 335 142 226 0 70 40 15 517 100 77
Binary 11011101 1100010 10010110 0 111000 100000 1101 101001111 1000000 111111

Color Harmonies of #DD6296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6296

Black with #DD6296

Text Example


Text Example

White with #DD6296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6296; }

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

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

background-color css

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

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

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

border-color css

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

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

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