Html Css Color HEX #DC8488 Carissma

📋 copy color: '#DC8488'

red 220 ◦ green 132 ◦ blue 136

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

Shades of Carissma #DC8488

Tints of Carissma #DC8488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.05%

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

R = 45.08%
G = 27.05%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC8488 (or 0xDC8488) is known color: Carissma. HEX triplet: DC, 84 and 88. RGB value is (220,132,136). Sum of RGB (Red+Green+Blue) = 220+132+136=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8488 is #237B77. Grayscale: #9E9E9E. Windows color (decimal): -2325368 or 8946908. OLE color: 8946908.

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

Color convert

RGB 220 132 136 -
CMYK 0 0.40 0.38 0.14
HSL 357.27º 0.56% 0.69% -
HSV(B) 357.27º 0.4% 0.86% -
XYZ 42.21 33.5 27.53 -
YUV 158.77 115.15 171.67 -
System Red Green Blue C M Y K H S L
Decimal 220 132 136 0 0.40 0.38 0.14 357.27 0.56 0.69
Hex DC 84 88 0 28 26 E 165 38 45
Octal 334 204 210 0 50 46 16 545 70 105
Binary 11011100 10000100 10001000 0 101000 100110 1110 101100101 111000 1000101

Color Harmonies of #DC8488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8488

Black with #DC8488

Text Example


Text Example

White with #DC8488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8488; }

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

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

background-color css

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

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

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

border-color css

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

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

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