Html Css Color HEX #DD6F8B Deep Blush

📋 copy color: '#DD6F8B'

red 221 ◦ green 111 ◦ blue 139

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

Shades of Deep Blush #DD6F8B

Tints of Deep Blush #DD6F8B

RGB

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

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

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

R = 46.92%
G = 23.57%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD6F8B (or 0xDD6F8B) is known color: Deep Blush. HEX triplet: DD, 6F and 8B. RGB value is (221,111,139). Sum of RGB (Red+Green+Blue) = 221+111+139=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6F8B is #229074. Grayscale: #939393. Windows color (decimal): -2265205 or 9138141. OLE color: 9138141.

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

Color convert

RGB 221 111 139 -
CMYK 0 0.50 0.37 0.13
HSL 344.73º 0.62% 0.65% -
HSV(B) 344.73º 0.5% 0.87% -
XYZ 40.16 28.61 27.83 -
YUV 147.08 123.44 180.72 -
System Red Green Blue C M Y K H S L
Decimal 221 111 139 0 0.50 0.37 0.13 344.73 0.62 0.65
Hex DD 6F 8B 0 32 25 D 159 3E 41
Octal 335 157 213 0 62 45 15 531 76 101
Binary 11011101 1101111 10001011 0 110010 100101 1101 101011001 111110 1000001

Color Harmonies of #DD6F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F8B

Black with #DD6F8B

Text Example


Text Example

White with #DD6F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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