Html Css Color HEX #DD6288 Deep Blush

📋 copy color: '#DD6288'

red 221 ◦ green 98 ◦ blue 136

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

Shades of Deep Blush #DD6288

Tints of Deep Blush #DD6288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.54%

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

R = 48.57%
G = 21.54%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD6288 (or 0xDD6288) is known color: Deep Blush. HEX triplet: DD, 62 and 88. RGB value is (221,98,136). Sum of RGB (Red+Green+Blue) = 221+98+136=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6288 is #229D77. Grayscale: #8B8B8B. Windows color (decimal): -2268536 or 8938205. OLE color: 8938205.

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

Color convert

RGB 221 98 136 -
CMYK 0 0.56 0.38 0.13
HSL 341.46º 0.64% 0.63% -
HSV(B) 341.46º 0.56% 0.87% -
XYZ 38.63 25.89 26.25 -
YUV 139.11 126.25 186.41 -
System Red Green Blue C M Y K H S L
Decimal 221 98 136 0 0.56 0.38 0.13 341.46 0.64 0.63
Hex DD 62 88 0 38 26 D 155 40 3F
Octal 335 142 210 0 70 46 15 525 100 77
Binary 11011101 1100010 10001000 0 111000 100110 1101 101010101 1000000 111111

Color Harmonies of #DD6288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6288

Black with #DD6288

Text Example


Text Example

White with #DD6288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6288; }

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

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

background-color css

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

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

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

border-color css

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

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

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