Html Css Color HEX #DD668B Deep Blush

📋 copy color: '#DD668B'

red 221 ◦ green 102 ◦ blue 139

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

Shades of Deep Blush #DD668B

Tints of Deep Blush #DD668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.08%

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

R = 47.84%
G = 22.08%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD668B (or 0xDD668B) is known color: Deep Blush. HEX triplet: DD, 66 and 8B. RGB value is (221,102,139). Sum of RGB (Red+Green+Blue) = 221+102+139=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD668B is #229974. Grayscale: #8D8D8D. Windows color (decimal): -2267509 or 9135837. OLE color: 9135837.

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

Color convert

RGB 221 102 139 -
CMYK 0 0.54 0.37 0.13
HSL 341.34º 0.64% 0.63% -
HSV(B) 341.34º 0.54% 0.87% -
XYZ 39.23 26.74 27.52 -
YUV 141.8 126.42 184.49 -
System Red Green Blue C M Y K H S L
Decimal 221 102 139 0 0.54 0.37 0.13 341.34 0.64 0.63
Hex DD 66 8B 0 36 25 D 155 40 3F
Octal 335 146 213 0 66 45 15 525 100 77
Binary 11011101 1100110 10001011 0 110110 100101 1101 101010101 1000000 111111

Color Harmonies of #DD668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD668B

Black with #DD668B

Text Example


Text Example

White with #DD668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD668B; }

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

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

background-color css

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

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

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

border-color css

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

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

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