Html Css Color HEX #DD6B9C Pale Violet Red

📋 copy color: '#DD6B9C'

red 221 ◦ green 107 ◦ blue 156

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

Shades of Pale Violet Red #DD6B9C

Tints of Pale Violet Red #DD6B9C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.11%

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

R = 45.66%
G = 22.11%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD6B9C (or 0xDD6B9C) is known color: Pale Violet Red. HEX triplet: DD, 6B and 9C. RGB value is (221,107,156). Sum of RGB (Red+Green+Blue) = 221+107+156=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B9C is #229463. Grayscale: #929292. Windows color (decimal): -2266212 or 10251229. OLE color: 10251229.

HSL color Cylindrical-coordinate representation of color #DD6B9C: hue angle of 334.21º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6B9C is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 107 156 -
CMYK 0 0.52 0.29 0.13
HSL 334.21º 0.63% 0.64% -
HSV(B) 334.21º 0.52% 0.87% -
XYZ 41.08 28.29 34.75 -
YUV 146.67 133.27 181.02 -
System Red Green Blue C M Y K H S L
Decimal 221 107 156 0 0.52 0.29 0.13 334.21 0.63 0.64
Hex DD 6B 9C 0 34 1D D 14E 3F 40
Octal 335 153 234 0 64 35 15 516 77 100
Binary 11011101 1101011 10011100 0 110100 11101 1101 101001110 111111 1000000

Color Harmonies of #DD6B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B9C

Black with #DD6B9C

Text Example


Text Example

White with #DD6B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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