Html Css Color HEX #DD6B8C Deep Blush

📋 copy color: '#DD6B8C'

red 221 ◦ green 107 ◦ blue 140

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

Shades of Deep Blush #DD6B8C

Tints of Deep Blush #DD6B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.91%

R = 47.22%
G = 22.86%
B = 29.91%

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

#DD6B8C (or 0xDD6B8C) is known color: Deep Blush. HEX triplet: DD, 6B and 8C. RGB value is (221,107,140). Sum of RGB (Red+Green+Blue) = 221+107+140=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B8C is #229473. Grayscale: #909090. Windows color (decimal): -2266228 or 9202653. OLE color: 9202653.

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

Color convert

RGB 221 107 140 -
CMYK 0 0.52 0.37 0.13
HSL 342.63º 0.63% 0.64% -
HSV(B) 342.63º 0.52% 0.87% -
XYZ 39.81 27.78 28.07 -
YUV 144.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 221 107 140 0 0.52 0.37 0.13 342.63 0.63 0.64
Hex DD 6B 8C 0 34 25 D 157 3F 40
Octal 335 153 214 0 64 45 15 527 77 100
Binary 11011101 1101011 10001100 0 110100 100101 1101 101010111 111111 1000000

Color Harmonies of #DD6B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B8C

Black with #DD6B8C

Text Example


Text Example

White with #DD6B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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