Html Css Color HEX #DC6288 Deep Blush

📋 copy color: '#DC6288'

red 220 ◦ green 98 ◦ blue 136

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

Shades of Deep Blush #DC6288

Tints of Deep Blush #DC6288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.59%

 BLUE value IS 136 (53.52% from 255) = 29.96%

R = 48.46%
G = 21.59%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC6288 (or 0xDC6288) is known color: Deep Blush. HEX triplet: DC, 62 and 88. RGB value is (220,98,136). Sum of RGB (Red+Green+Blue) = 220+98+136=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6288 is #239D77. Grayscale: #8A8A8A. Windows color (decimal): -2334072 or 8938204. OLE color: 8938204.

HSL color Cylindrical-coordinate representation of color #DC6288: hue angle of 341.31º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6288 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 98 136 -
CMYK 0 0.55 0.38 0.14
HSL 341.31º 0.64% 0.62% -
HSV(B) 341.31º 0.55% 0.86% -
XYZ 38.33 25.73 26.24 -
YUV 138.81 126.42 185.91 -
System Red Green Blue C M Y K H S L
Decimal 220 98 136 0 0.55 0.38 0.14 341.31 0.64 0.62
Hex DC 62 88 0 37 26 E 155 40 3E
Octal 334 142 210 0 67 46 16 525 100 76
Binary 11011100 1100010 10001000 0 110111 100110 1110 101010101 1000000 111110

Color Harmonies of #DC6288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6288

Black with #DC6288

Text Example


Text Example

White with #DC6288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6288; }

 p { color: rgb(220,98,136); }

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

background-color css

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

 a { background-color: rgb(220,98,136); }

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

border-color css

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

 span { border-color: rgb(220,98,136); }

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