Html Css Color HEX #DC878E Carissma

📋 copy color: '#DC878E'

red 220 ◦ green 135 ◦ blue 142

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

Shades of Carissma #DC878E

Tints of Carissma #DC878E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.57%

R = 44.27%
G = 27.16%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC878E (or 0xDC878E) is known color: Carissma. HEX triplet: DC, 87 and 8E. RGB value is (220,135,142). Sum of RGB (Red+Green+Blue) = 220+135+142=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC878E is #237871. Grayscale: #A1A1A1. Windows color (decimal): -2324594 or 9340892. OLE color: 9340892.

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

Color convert

RGB 220 135 142 -
CMYK 0 0.39 0.35 0.14
HSL 355.06º 0.55% 0.7% -
HSV(B) 355.06º 0.39% 0.86% -
XYZ 43.06 34.5 29.98 -
YUV 161.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 220 135 142 0 0.39 0.35 0.14 355.06 0.55 0.7
Hex DC 87 8E 0 27 23 E 163 37 46
Octal 334 207 216 0 47 43 16 543 67 106
Binary 11011100 10000111 10001110 0 100111 100011 1110 101100011 110111 1000110

Color Harmonies of #DC878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC878E

Black with #DC878E

Text Example


Text Example

White with #DC878E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC878E; }

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

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

background-color css

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

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

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

border-color css

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

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

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