Html Css Color HEX #DD7683 Deep Blush

📋 copy color: '#DD7683'

red 221 ◦ green 118 ◦ blue 131

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

Shades of Deep Blush #DD7683

Tints of Deep Blush #DD7683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.87%

R = 47.02%
G = 25.11%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD7683 (or 0xDD7683) is known color: Deep Blush. HEX triplet: DD, 76 and 83. RGB value is (221,118,131). Sum of RGB (Red+Green+Blue) = 221+118+131=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7683 is #22897C. Grayscale: #969696. Windows color (decimal): -2263421 or 8615645. OLE color: 8615645.

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

Color convert

RGB 221 118 131 -
CMYK 0 0.47 0.41 0.13
HSL 352.43º 0.6% 0.66% -
HSV(B) 352.43º 0.47% 0.87% -
XYZ 40.39 29.97 25.13 -
YUV 150.28 117.12 178.44 -
System Red Green Blue C M Y K H S L
Decimal 221 118 131 0 0.47 0.41 0.13 352.43 0.6 0.66
Hex DD 76 83 0 2F 29 D 160 3C 42
Octal 335 166 203 0 57 51 15 540 74 102
Binary 11011101 1110110 10000011 0 101111 101001 1101 101100000 111100 1000010

Color Harmonies of #DD7683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7683

Black with #DD7683

Text Example


Text Example

White with #DD7683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7683; }

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

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

background-color css

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

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

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

border-color css

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

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

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