Html Css Color HEX #DD609F Pale Violet Red

📋 copy color: '#DD609F'

red 221 ◦ green 96 ◦ blue 159

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

Shades of Pale Violet Red #DD609F

Tints of Pale Violet Red #DD609F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.4%

R = 46.43%
G = 20.17%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD609F (or 0xDD609F) is known color: Pale Violet Red. HEX triplet: DD, 60 and 9F. RGB value is (221,96,159). Sum of RGB (Red+Green+Blue) = 221+96+159=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD609F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD609F is #229F60. Grayscale: #8C8C8C. Windows color (decimal): -2269025 or 10445021. OLE color: 10445021.

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

Color convert

RGB 221 96 159 -
CMYK 0 0.57 0.28 0.13
HSL 329.76º 0.65% 0.62% -
HSV(B) 329.76º 0.57% 0.87% -
XYZ 40.26 26.24 35.74 -
YUV 140.56 138.41 185.38 -
System Red Green Blue C M Y K H S L
Decimal 221 96 159 0 0.57 0.28 0.13 329.76 0.65 0.62
Hex DD 60 9F 0 39 1C D 14A 41 3E
Octal 335 140 237 0 71 34 15 512 101 76
Binary 11011101 1100000 10011111 0 111001 11100 1101 101001010 1000001 111110

Color Harmonies of #DD609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD609F

Black with #DD609F

Text Example


Text Example

White with #DD609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD609F; }

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

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

background-color css

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

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

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

border-color css

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

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

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