Html Css Color HEX #DC878A Carissma

📋 copy color: '#DC878A'

red 220 ◦ green 135 ◦ blue 138

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

Shades of Carissma #DC878A

Tints of Carissma #DC878A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.38%

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

R = 44.62%
G = 27.38%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC878A (or 0xDC878A) is known color: Carissma. HEX triplet: DC, 87 and 8A. RGB value is (220,135,138). Sum of RGB (Red+Green+Blue) = 220+135+138=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC878A is #237875. Grayscale: #A0A0A0. Windows color (decimal): -2324598 or 9078748. OLE color: 9078748.

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

Color convert

RGB 220 135 138 -
CMYK 0 0.39 0.37 0.14
HSL 357.88º 0.55% 0.7% -
HSV(B) 357.88º 0.39% 0.86% -
XYZ 42.77 34.38 28.43 -
YUV 160.76 115.16 170.26 -
System Red Green Blue C M Y K H S L
Decimal 220 135 138 0 0.39 0.37 0.14 357.88 0.55 0.7
Hex DC 87 8A 0 27 25 E 166 37 46
Octal 334 207 212 0 47 45 16 546 67 106
Binary 11011100 10000111 10001010 0 100111 100101 1110 101100110 110111 1000110

Color Harmonies of #DC878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC878A

Black with #DC878A

Text Example


Text Example

White with #DC878A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC878A; }

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

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

background-color css

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

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

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

border-color css

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

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

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