Html Css Color HEX #DD6982 Deep Blush

📋 copy color: '#DD6982'

red 221 ◦ green 105 ◦ blue 130

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

Shades of Deep Blush #DD6982

Tints of Deep Blush #DD6982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.03%

 BLUE value IS 130 (51.17% from 255) = 28.51%

R = 48.46%
G = 23.03%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD6982 (or 0xDD6982) is known color: Deep Blush. HEX triplet: DD, 69 and 82. RGB value is (221,105,130). Sum of RGB (Red+Green+Blue) = 221+105+130=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6982 is #22967D. Grayscale: #8E8E8E. Windows color (decimal): -2266750 or 8546781. OLE color: 8546781.

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

Color convert

RGB 221 105 130 -
CMYK 0 0.52 0.41 0.13
HSL 347.07º 0.63% 0.64% -
HSV(B) 347.07º 0.52% 0.87% -
XYZ 38.9 27.09 24.3 -
YUV 142.53 120.93 183.97 -
System Red Green Blue C M Y K H S L
Decimal 221 105 130 0 0.52 0.41 0.13 347.07 0.63 0.64
Hex DD 69 82 0 34 29 D 15B 3F 40
Octal 335 151 202 0 64 51 15 533 77 100
Binary 11011101 1101001 10000010 0 110100 101001 1101 101011011 111111 1000000

Color Harmonies of #DD6982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6982

Black with #DD6982

Text Example


Text Example

White with #DD6982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6982; }

 p { color: rgb(221,105,130); }

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

background-color css

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

 a { background-color: rgb(221,105,130); }

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

border-color css

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

 span { border-color: rgb(221,105,130); }

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