Html Css Color HEX #DD6F85 Deep Blush

📋 copy color: '#DD6F85'

red 221 ◦ green 111 ◦ blue 133

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

Shades of Deep Blush #DD6F85

Tints of Deep Blush #DD6F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.6%

R = 47.53%
G = 23.87%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD6F85 (or 0xDD6F85) is known color: Deep Blush. HEX triplet: DD, 6F and 85. RGB value is (221,111,133). Sum of RGB (Red+Green+Blue) = 221+111+133=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6F85 is #22907A. Grayscale: #929292. Windows color (decimal): -2265211 or 8744925. OLE color: 8744925.

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

Color convert

RGB 221 111 133 -
CMYK 0 0.50 0.40 0.13
HSL 348º 0.62% 0.65% -
HSV(B) 348º 0.5% 0.87% -
XYZ 39.74 28.43 25.58 -
YUV 146.4 120.44 181.21 -
System Red Green Blue C M Y K H S L
Decimal 221 111 133 0 0.50 0.40 0.13 348 0.62 0.65
Hex DD 6F 85 0 32 28 D 15C 3E 41
Octal 335 157 205 0 62 50 15 534 76 101
Binary 11011101 1101111 10000101 0 110010 101000 1101 101011100 111110 1000001

Color Harmonies of #DD6F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F85

Black with #DD6F85

Text Example


Text Example

White with #DD6F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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