Html Css Color HEX #DD6C7F Deep Blush

📋 copy color: '#DD6C7F'

red 221 ◦ green 108 ◦ blue 127

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

Shades of Deep Blush #DD6C7F

Tints of Deep Blush #DD6C7F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.68%

 BLUE value IS 127 (50% from 255) = 27.85%

R = 48.46%
G = 23.68%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD6C7F (or 0xDD6C7F) is known color: Deep Blush. HEX triplet: DD, 6C and 7F. RGB value is (221,108,127). Sum of RGB (Red+Green+Blue) = 221+108+127=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6C7F is #229380. Grayscale: #8F8F8F. Windows color (decimal): -2265985 or 8350941. OLE color: 8350941.

HSL color Cylindrical-coordinate representation of color #DD6C7F: hue angle of 349.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6C7F is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 108 127 -
CMYK 0 0.51 0.43 0.13
HSL 349.91º 0.62% 0.65% -
HSV(B) 349.91º 0.51% 0.87% -
XYZ 39.01 27.63 23.36 -
YUV 143.95 118.44 182.96 -
System Red Green Blue C M Y K H S L
Decimal 221 108 127 0 0.51 0.43 0.13 349.91 0.62 0.65
Hex DD 6C 7F 0 33 2B D 15E 3E 41
Octal 335 154 177 0 63 53 15 536 76 101
Binary 11011101 1101100 1111111 0 110011 101011 1101 101011110 111110 1000001

Color Harmonies of #DD6C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C7F

Black with #DD6C7F

Text Example


Text Example

White with #DD6C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C7F; }

 p { color: rgb(221,108,127); }

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

background-color css

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

 a { background-color: rgb(221,108,127); }

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

border-color css

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

 span { border-color: rgb(221,108,127); }

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