Html Css Color HEX #DD608B Pale Violet Red

📋 copy color: '#DD608B'

red 221 ◦ green 96 ◦ blue 139

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

Shades of Pale Violet Red #DD608B

Tints of Pale Violet Red #DD608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.48%

R = 48.46%
G = 21.05%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD608B (or 0xDD608B) is known color: Pale Violet Red. HEX triplet: DD, 60 and 8B. RGB value is (221,96,139). Sum of RGB (Red+Green+Blue) = 221+96+139=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD608B is #229F74. Grayscale: #8A8A8A. Windows color (decimal): -2269045 or 9134301. OLE color: 9134301.

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

Color convert

RGB 221 96 139 -
CMYK 0 0.57 0.37 0.13
HSL 339.36º 0.65% 0.62% -
HSV(B) 339.36º 0.57% 0.87% -
XYZ 38.66 25.6 27.33 -
YUV 138.28 128.41 187 -
System Red Green Blue C M Y K H S L
Decimal 221 96 139 0 0.57 0.37 0.13 339.36 0.65 0.62
Hex DD 60 8B 0 39 25 D 153 41 3E
Octal 335 140 213 0 71 45 15 523 101 76
Binary 11011101 1100000 10001011 0 111001 100101 1101 101010011 1000001 111110

Color Harmonies of #DD608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD608B

Black with #DD608B

Text Example


Text Example

White with #DD608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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