Html Css Color HEX #DC878B Carissma

📋 copy color: '#DC878B'

red 220 ◦ green 135 ◦ blue 139

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

Shades of Carissma #DC878B

Tints of Carissma #DC878B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.14%

R = 44.53%
G = 27.33%
B = 28.14%

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

#DC878B (or 0xDC878B) is known color: Carissma. HEX triplet: DC, 87 and 8B. RGB value is (220,135,139). Sum of RGB (Red+Green+Blue) = 220+135+139=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC878B is #237874. Grayscale: #A0A0A0. Windows color (decimal): -2324597 or 9144284. OLE color: 9144284.

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

Color convert

RGB 220 135 139 -
CMYK 0 0.39 0.37 0.14
HSL 357.18º 0.55% 0.7% -
HSV(B) 357.18º 0.39% 0.86% -
XYZ 42.84 34.41 28.81 -
YUV 160.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 220 135 139 0 0.39 0.37 0.14 357.18 0.55 0.7
Hex DC 87 8B 0 27 25 E 165 37 46
Octal 334 207 213 0 47 45 16 545 67 106
Binary 11011100 10000111 10001011 0 100111 100101 1110 101100101 110111 1000110

Color Harmonies of #DC878B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC878B

Black with #DC878B

Text Example


Text Example

White with #DC878B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC878B; }

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

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

background-color css

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

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

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

border-color css

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

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

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