Html Css Color HEX #DD608E Pale Violet Red

📋 copy color: '#DD608E'

red 221 ◦ green 96 ◦ blue 142

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

Shades of Pale Violet Red #DD608E

Tints of Pale Violet Red #DD608E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.94%

R = 48.15%
G = 20.92%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD608E (or 0xDD608E) is known color: Pale Violet Red. HEX triplet: DD, 60 and 8E. RGB value is (221,96,142). Sum of RGB (Red+Green+Blue) = 221+96+142=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD608E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD608E is #229F71. Grayscale: #8A8A8A. Windows color (decimal): -2269042 or 9330909. OLE color: 9330909.

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

Color convert

RGB 221 96 142 -
CMYK 0 0.57 0.36 0.13
HSL 337.92º 0.65% 0.62% -
HSV(B) 337.92º 0.57% 0.87% -
XYZ 38.88 25.69 28.5 -
YUV 138.62 129.91 186.76 -
System Red Green Blue C M Y K H S L
Decimal 221 96 142 0 0.57 0.36 0.13 337.92 0.65 0.62
Hex DD 60 8E 0 39 24 D 152 41 3E
Octal 335 140 216 0 71 44 15 522 101 76
Binary 11011101 1100000 10001110 0 111001 100100 1101 101010010 1000001 111110

Color Harmonies of #DD608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD608E

Black with #DD608E

Text Example


Text Example

White with #DD608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD608E; }

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

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

background-color css

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

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

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

border-color css

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

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

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