Html Css Color HEX #DD6C8A Deep Blush

📋 copy color: '#DD6C8A'

red 221 ◦ green 108 ◦ blue 138

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

Shades of Deep Blush #DD6C8A

Tints of Deep Blush #DD6C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.55%

R = 47.32%
G = 23.13%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD6C8A (or 0xDD6C8A) is known color: Deep Blush. HEX triplet: DD, 6C and 8A. RGB value is (221,108,138). Sum of RGB (Red+Green+Blue) = 221+108+138=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6C8A is #229375. Grayscale: #919191. Windows color (decimal): -2265974 or 9071837. OLE color: 9071837.

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

Color convert

RGB 221 108 138 -
CMYK 0 0.51 0.38 0.13
HSL 344.07º 0.62% 0.65% -
HSV(B) 344.07º 0.51% 0.87% -
XYZ 39.77 27.93 27.34 -
YUV 145.21 123.94 182.06 -
System Red Green Blue C M Y K H S L
Decimal 221 108 138 0 0.51 0.38 0.13 344.07 0.62 0.65
Hex DD 6C 8A 0 33 26 D 158 3E 41
Octal 335 154 212 0 63 46 15 530 76 101
Binary 11011101 1101100 10001010 0 110011 100110 1101 101011000 111110 1000001

Color Harmonies of #DD6C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C8A

Black with #DD6C8A

Text Example


Text Example

White with #DD6C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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