Html Css Color HEX #DD6F83 Deep Blush

📋 copy color: '#DD6F83'

red 221 ◦ green 111 ◦ blue 131

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

Shades of Deep Blush #DD6F83

Tints of Deep Blush #DD6F83

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.97%

 BLUE value IS 131 (51.56% from 255) = 28.29%

R = 47.73%
G = 23.97%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD6F83 (or 0xDD6F83) is known color: Deep Blush. HEX triplet: DD, 6F and 83. RGB value is (221,111,131). Sum of RGB (Red+Green+Blue) = 221+111+131=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6F83 is #22907C. Grayscale: #929292. Windows color (decimal): -2265213 or 8613853. OLE color: 8613853.

HSL color Cylindrical-coordinate representation of color #DD6F83: hue angle of 349.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6F83 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 111 131 -
CMYK 0 0.50 0.41 0.13
HSL 349.09º 0.62% 0.65% -
HSV(B) 349.09º 0.5% 0.87% -
XYZ 39.6 28.38 24.86 -
YUV 146.17 119.44 181.37 -
System Red Green Blue C M Y K H S L
Decimal 221 111 131 0 0.50 0.41 0.13 349.09 0.62 0.65
Hex DD 6F 83 0 32 29 D 15D 3E 41
Octal 335 157 203 0 62 51 15 535 76 101
Binary 11011101 1101111 10000011 0 110010 101001 1101 101011101 111110 1000001

Color Harmonies of #DD6F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F83

Black with #DD6F83

Text Example


Text Example

White with #DD6F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F83; }

 p { color: rgb(221,111,131); }

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

background-color css

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

 a { background-color: rgb(221,111,131); }

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

border-color css

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

 span { border-color: rgb(221,111,131); }

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