Html Css Color HEX #DC8090 Carissma

📋 copy color: '#DC8090'

red 220 ◦ green 128 ◦ blue 144

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

Shades of Carissma #DC8090

Tints of Carissma #DC8090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.02%

 BLUE value IS 144 (56.64% from 255) = 29.27%

R = 44.72%
G = 26.02%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC8090 (or 0xDC8090) is known color: Carissma. HEX triplet: DC, 80 and 90. RGB value is (220,128,144). Sum of RGB (Red+Green+Blue) = 220+128+144=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8090 is #237F6F. Grayscale: #9D9D9D. Windows color (decimal): -2326384 or 9470172. OLE color: 9470172.

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

Color convert

RGB 220 128 144 -
CMYK 0 0.42 0.35 0.14
HSL 349.57º 0.57% 0.68% -
HSV(B) 349.57º 0.42% 0.86% -
XYZ 42.27 32.67 30.46 -
YUV 157.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 220 128 144 0 0.42 0.35 0.14 349.57 0.57 0.68
Hex DC 80 90 0 2A 23 E 15E 39 44
Octal 334 200 220 0 52 43 16 536 71 104
Binary 11011100 10000000 10010000 0 101010 100011 1110 101011110 111001 1000100

Color Harmonies of #DC8090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8090

Black with #DC8090

Text Example


Text Example

White with #DC8090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8090; }

 p { color: rgb(220,128,144); }

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

background-color css

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

 a { background-color: rgb(220,128,144); }

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

border-color css

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

 span { border-color: rgb(220,128,144); }

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