Html Css Color HEX #DD6B88 Deep Blush

📋 copy color: '#DD6B88'

red 221 ◦ green 107 ◦ blue 136

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

Shades of Deep Blush #DD6B88

Tints of Deep Blush #DD6B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.31%

R = 47.63%
G = 23.06%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD6B88 (or 0xDD6B88) is known color: Deep Blush. HEX triplet: DD, 6B and 88. RGB value is (221,107,136). Sum of RGB (Red+Green+Blue) = 221+107+136=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B88 is #229477. Grayscale: #909090. Windows color (decimal): -2266232 or 8940509. OLE color: 8940509.

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

Color convert

RGB 221 107 136 -
CMYK 0 0.52 0.38 0.13
HSL 344.74º 0.63% 0.64% -
HSV(B) 344.74º 0.52% 0.87% -
XYZ 39.52 27.67 26.55 -
YUV 144.39 123.27 182.64 -
System Red Green Blue C M Y K H S L
Decimal 221 107 136 0 0.52 0.38 0.13 344.74 0.63 0.64
Hex DD 6B 88 0 34 26 D 159 3F 40
Octal 335 153 210 0 64 46 15 531 77 100
Binary 11011101 1101011 10001000 0 110100 100110 1101 101011001 111111 1000000

Color Harmonies of #DD6B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B88

Black with #DD6B88

Text Example


Text Example

White with #DD6B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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