Html Css Color HEX #DC7E87 Carissma

📋 copy color: '#DC7E87'

red 220 ◦ green 126 ◦ blue 135

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

Shades of Carissma #DC7E87

Tints of Carissma #DC7E87

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.2%

 BLUE value IS 135 (53.13% from 255) = 28.07%

R = 45.74%
G = 26.2%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC7E87 (or 0xDC7E87) is known color: Carissma. HEX triplet: DC, 7E and 87. RGB value is (220,126,135). Sum of RGB (Red+Green+Blue) = 220+126+135=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7E87 is #238178. Grayscale: #9B9B9B. Windows color (decimal): -2326905 or 8879836. OLE color: 8879836.

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

Color convert

RGB 220 126 135 -
CMYK 0 0.43 0.39 0.14
HSL 354.26º 0.57% 0.68% -
HSV(B) 354.26º 0.43% 0.86% -
XYZ 41.35 31.89 26.9 -
YUV 155.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 220 126 135 0 0.43 0.39 0.14 354.26 0.57 0.68
Hex DC 7E 87 0 2B 27 E 162 39 44
Octal 334 176 207 0 53 47 16 542 71 104
Binary 11011100 1111110 10000111 0 101011 100111 1110 101100010 111001 1000100

Color Harmonies of #DC7E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E87

Black with #DC7E87

Text Example


Text Example

White with #DC7E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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