Html Css Color HEX #DD6F8A Deep Blush

📋 copy color: '#DD6F8A'

red 221 ◦ green 111 ◦ blue 138

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

Shades of Deep Blush #DD6F8A

Tints of Deep Blush #DD6F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.36%

R = 47.02%
G = 23.62%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD6F8A (or 0xDD6F8A) is known color: Deep Blush. HEX triplet: DD, 6F and 8A. RGB value is (221,111,138). Sum of RGB (Red+Green+Blue) = 221+111+138=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6F8A is #229075. Grayscale: #929292. Windows color (decimal): -2265206 or 9072605. OLE color: 9072605.

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

Color convert

RGB 221 111 138 -
CMYK 0 0.50 0.38 0.13
HSL 345.27º 0.62% 0.65% -
HSV(B) 345.27º 0.5% 0.87% -
XYZ 40.09 28.58 27.45 -
YUV 146.97 122.94 180.8 -
System Red Green Blue C M Y K H S L
Decimal 221 111 138 0 0.50 0.38 0.13 345.27 0.62 0.65
Hex DD 6F 8A 0 32 26 D 159 3E 41
Octal 335 157 212 0 62 46 15 531 76 101
Binary 11011101 1101111 10001010 0 110010 100110 1101 101011001 111110 1000001

Color Harmonies of #DD6F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F8A

Black with #DD6F8A

Text Example


Text Example

White with #DD6F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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