Html Css Color HEX #DC888A Carissma

📋 copy color: '#DC888A'

red 220 ◦ green 136 ◦ blue 138

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

Shades of Carissma #DC888A

Tints of Carissma #DC888A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.53%

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

R = 44.53%
G = 27.53%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC888A (or 0xDC888A) is known color: Carissma. HEX triplet: DC, 88 and 8A. RGB value is (220,136,138). Sum of RGB (Red+Green+Blue) = 220+136+138=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC888A is #237775. Grayscale: #A1A1A1. Windows color (decimal): -2324342 or 9079004. OLE color: 9079004.

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

Color convert

RGB 220 136 138 -
CMYK 0 0.38 0.37 0.14
HSL 358.57º 0.55% 0.7% -
HSV(B) 358.57º 0.38% 0.86% -
XYZ 42.91 34.66 28.47 -
YUV 161.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 220 136 138 0 0.38 0.37 0.14 358.57 0.55 0.7
Hex DC 88 8A 0 26 25 E 167 37 46
Octal 334 210 212 0 46 45 16 547 67 106
Binary 11011100 10001000 10001010 0 100110 100101 1110 101100111 110111 1000110

Color Harmonies of #DC888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC888A

Black with #DC888A

Text Example


Text Example

White with #DC888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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