Html Css Color HEX #DD768B Deep Blush

📋 copy color: '#DD768B'

red 221 ◦ green 118 ◦ blue 139

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

Shades of Deep Blush #DD768B

Tints of Deep Blush #DD768B

RGB

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

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

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

R = 46.23%
G = 24.69%
B = 29.08%

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

#DD768B (or 0xDD768B) is known color: Deep Blush. HEX triplet: DD, 76 and 8B. RGB value is (221,118,139). Sum of RGB (Red+Green+Blue) = 221+118+139=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD768B is #228974. Grayscale: #979797. Windows color (decimal): -2263413 or 9139933. OLE color: 9139933.

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

Color convert

RGB 221 118 139 -
CMYK 0 0.47 0.37 0.13
HSL 347.77º 0.6% 0.66% -
HSV(B) 347.77º 0.47% 0.87% -
XYZ 40.96 30.19 28.1 -
YUV 151.19 121.12 177.79 -
System Red Green Blue C M Y K H S L
Decimal 221 118 139 0 0.47 0.37 0.13 347.77 0.6 0.66
Hex DD 76 8B 0 2F 25 D 15C 3C 42
Octal 335 166 213 0 57 45 15 534 74 102
Binary 11011101 1110110 10001011 0 101111 100101 1101 101011100 111100 1000010

Color Harmonies of #DD768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD768B

Black with #DD768B

Text Example


Text Example

White with #DD768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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