Html Css Color HEX #DD6097 Pale Violet Red

📋 copy color: '#DD6097'

red 221 ◦ green 96 ◦ blue 151

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

Shades of Pale Violet Red #DD6097

Tints of Pale Violet Red #DD6097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.51%

 BLUE value IS 151 (59.38% from 255) = 32.26%

R = 47.22%
G = 20.51%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD6097 (or 0xDD6097) is known color: Pale Violet Red. HEX triplet: DD, 60 and 97. RGB value is (221,96,151). Sum of RGB (Red+Green+Blue) = 221+96+151=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6097 is #229F68. Grayscale: #8B8B8B. Windows color (decimal): -2269033 or 9920733. OLE color: 9920733.

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

Color convert

RGB 221 96 151 -
CMYK 0 0.57 0.32 0.13
HSL 333.6º 0.65% 0.62% -
HSV(B) 333.6º 0.57% 0.87% -
XYZ 39.59 25.97 32.2 -
YUV 139.65 134.41 186.03 -
System Red Green Blue C M Y K H S L
Decimal 221 96 151 0 0.57 0.32 0.13 333.6 0.65 0.62
Hex DD 60 97 0 39 20 D 14E 41 3E
Octal 335 140 227 0 71 40 15 516 101 76
Binary 11011101 1100000 10010111 0 111001 100000 1101 101001110 1000001 111110

Color Harmonies of #DD6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6097

Black with #DD6097

Text Example


Text Example

White with #DD6097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6097; }

 p { color: rgb(221,96,151); }

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

background-color css

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

 a { background-color: rgb(221,96,151); }

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

border-color css

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

 span { border-color: rgb(221,96,151); }

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