Html Css Color HEX #DD609C Pale Violet Red

📋 copy color: '#DD609C'

red 221 ◦ green 96 ◦ blue 156

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

Shades of Pale Violet Red #DD609C

Tints of Pale Violet Red #DD609C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.98%

R = 46.72%
G = 20.3%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD609C (or 0xDD609C) is known color: Pale Violet Red. HEX triplet: DD, 60 and 9C. RGB value is (221,96,156). Sum of RGB (Red+Green+Blue) = 221+96+156=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD609C is #229F63. Grayscale: #8C8C8C. Windows color (decimal): -2269028 or 10248413. OLE color: 10248413.

HSL color Cylindrical-coordinate representation of color #DD609C: hue angle of 331.2º 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 #DD609C is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 96 156 -
CMYK 0 0.57 0.29 0.13
HSL 331.2º 0.65% 0.62% -
HSV(B) 331.2º 0.57% 0.87% -
XYZ 40 26.14 34.39 -
YUV 140.22 136.91 185.62 -
System Red Green Blue C M Y K H S L
Decimal 221 96 156 0 0.57 0.29 0.13 331.2 0.65 0.62
Hex DD 60 9C 0 39 1D D 14B 41 3E
Octal 335 140 234 0 71 35 15 513 101 76
Binary 11011101 1100000 10011100 0 111001 11101 1101 101001011 1000001 111110

Color Harmonies of #DD609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD609C

Black with #DD609C

Text Example


Text Example

White with #DD609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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