Html Css Color HEX #DC6585 Deep Blush

📋 copy color: '#DC6585'

red 220 ◦ green 101 ◦ blue 133

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

Shades of Deep Blush #DC6585

Tints of Deep Blush #DC6585

RGB

 RED value IS 220 (86.33% from 255) = 48.46%

 GREEN value IS 101 (39.84% from 255) = 22.25%

 BLUE value IS 133 (52.34% from 255) = 29.3%

R = 48.46%
G = 22.25%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC6585 (or 0xDC6585) is known color: Deep Blush. HEX triplet: DC, 65 and 85. RGB value is (220,101,133). Sum of RGB (Red+Green+Blue) = 220+101+133=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6585 is #239A7A. Grayscale: #8C8C8C. Windows color (decimal): -2333307 or 8742364. OLE color: 8742364.

HSL color Cylindrical-coordinate representation of color #DC6585: hue angle of 343.87º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6585 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 101 133 -
CMYK 0 0.54 0.40 0.14
HSL 343.87º 0.63% 0.63% -
HSV(B) 343.87º 0.54% 0.86% -
XYZ 38.4 26.22 25.23 -
YUV 140.23 123.92 184.9 -
System Red Green Blue C M Y K H S L
Decimal 220 101 133 0 0.54 0.40 0.14 343.87 0.63 0.63
Hex DC 65 85 0 36 28 E 158 3F 3F
Octal 334 145 205 0 66 50 16 530 77 77
Binary 11011100 1100101 10000101 0 110110 101000 1110 101011000 111111 111111

Color Harmonies of #DC6585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6585

Black with #DC6585

Text Example


Text Example

White with #DC6585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6585; }

 p { color: rgb(220,101,133); }

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

background-color css

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

 a { background-color: rgb(220,101,133); }

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

border-color css

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

 span { border-color: rgb(220,101,133); }

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