Html Css Color HEX #DC8087 Carissma

📋 copy color: '#DC8087'

red 220 ◦ green 128 ◦ blue 135

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

Shades of Carissma #DC8087

Tints of Carissma #DC8087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.5%

 BLUE value IS 135 (53.13% from 255) = 27.95%

R = 45.55%
G = 26.5%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC8087 (or 0xDC8087) is known color: Carissma. HEX triplet: DC, 80 and 87. RGB value is (220,128,135). Sum of RGB (Red+Green+Blue) = 220+128+135=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8087 is #237F78. Grayscale: #9C9C9C. Windows color (decimal): -2326393 or 8880348. OLE color: 8880348.

HSL color Cylindrical-coordinate representation of color #DC8087: hue angle of 355.43º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC8087 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 128 135 -
CMYK 0 0.42 0.39 0.14
HSL 355.43º 0.57% 0.68% -
HSV(B) 355.43º 0.42% 0.86% -
XYZ 41.61 32.4 26.98 -
YUV 156.31 115.98 173.43 -
System Red Green Blue C M Y K H S L
Decimal 220 128 135 0 0.42 0.39 0.14 355.43 0.57 0.68
Hex DC 80 87 0 2A 27 E 163 39 44
Octal 334 200 207 0 52 47 16 543 71 104
Binary 11011100 10000000 10000111 0 101010 100111 1110 101100011 111001 1000100

Color Harmonies of #DC8087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8087

Black with #DC8087

Text Example


Text Example

White with #DC8087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8087; }

 p { color: rgb(220,128,135); }

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

background-color css

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

 a { background-color: rgb(220,128,135); }

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

border-color css

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

 span { border-color: rgb(220,128,135); }

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