Html Css Color HEX #DC888D Carissma

📋 copy color: '#DC888D'

red 220 ◦ green 136 ◦ blue 141

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

Shades of Carissma #DC888D

Tints of Carissma #DC888D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.37%

R = 44.27%
G = 27.36%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC888D (or 0xDC888D) is known color: Carissma. HEX triplet: DC, 88 and 8D. RGB value is (220,136,141). Sum of RGB (Red+Green+Blue) = 220+136+141=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC888D is #237772. Grayscale: #A1A1A1. Windows color (decimal): -2324339 or 9275612. OLE color: 9275612.

HSL color Cylindrical-coordinate representation of color #DC888D: hue angle of 356.43º 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 #DC888D is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 141 -
CMYK 0 0.38 0.36 0.14
HSL 356.43º 0.55% 0.7% -
HSV(B) 356.43º 0.38% 0.86% -
XYZ 43.13 34.75 29.63 -
YUV 161.69 116.33 169.59 -
System Red Green Blue C M Y K H S L
Decimal 220 136 141 0 0.38 0.36 0.14 356.43 0.55 0.7
Hex DC 88 8D 0 26 24 E 164 37 46
Octal 334 210 215 0 46 44 16 544 67 106
Binary 11011100 10001000 10001101 0 100110 100100 1110 101100100 110111 1000110

Color Harmonies of #DC888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC888D

Black with #DC888D

Text Example


Text Example

White with #DC888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC888D; }

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

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

background-color css

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

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

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

border-color css

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

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

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