Html Css Color HEX #DD6B8B Deep Blush

📋 copy color: '#DD6B8B'

red 221 ◦ green 107 ◦ blue 139

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

Shades of Deep Blush #DD6B8B

Tints of Deep Blush #DD6B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.76%

R = 47.32%
G = 22.91%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD6B8B (or 0xDD6B8B) is known color: Deep Blush. HEX triplet: DD, 6B and 8B. RGB value is (221,107,139). Sum of RGB (Red+Green+Blue) = 221+107+139=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B8B is #229474. Grayscale: #909090. Windows color (decimal): -2266229 or 9137117. OLE color: 9137117.

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

Color convert

RGB 221 107 139 -
CMYK 0 0.52 0.37 0.13
HSL 343.16º 0.63% 0.64% -
HSV(B) 343.16º 0.52% 0.87% -
XYZ 39.74 27.75 27.69 -
YUV 144.73 124.77 182.4 -
System Red Green Blue C M Y K H S L
Decimal 221 107 139 0 0.52 0.37 0.13 343.16 0.63 0.64
Hex DD 6B 8B 0 34 25 D 157 3F 40
Octal 335 153 213 0 64 45 15 527 77 100
Binary 11011101 1101011 10001011 0 110100 100101 1101 101010111 111111 1000000

Color Harmonies of #DD6B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B8B

Black with #DD6B8B

Text Example


Text Example

White with #DD6B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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