Html Css Color HEX #DD768C Deep Blush

📋 copy color: '#DD768C'

red 221 ◦ green 118 ◦ blue 140

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

Shades of Deep Blush #DD768C

Tints of Deep Blush #DD768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.63%

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

R = 46.14%
G = 24.63%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD768C (or 0xDD768C) is known color: Deep Blush. HEX triplet: DD, 76 and 8C. RGB value is (221,118,140). Sum of RGB (Red+Green+Blue) = 221+118+140=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD768C is #228973. Grayscale: #979797. Windows color (decimal): -2263412 or 9205469. OLE color: 9205469.

HSL color Cylindrical-coordinate representation of color #DD768C: hue angle of 347.18º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD768C is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 118 140 -
CMYK 0 0.47 0.37 0.13
HSL 347.18º 0.6% 0.66% -
HSV(B) 347.18º 0.47% 0.87% -
XYZ 41.03 30.22 28.48 -
YUV 151.31 121.62 177.71 -
System Red Green Blue C M Y K H S L
Decimal 221 118 140 0 0.47 0.37 0.13 347.18 0.6 0.66
Hex DD 76 8C 0 2F 25 D 15B 3C 42
Octal 335 166 214 0 57 45 15 533 74 102
Binary 11011101 1110110 10001100 0 101111 100101 1101 101011011 111100 1000010

Color Harmonies of #DD768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD768C

Black with #DD768C

Text Example


Text Example

White with #DD768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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