Html Css Color HEX #DC8099 Carissma

📋 copy color: '#DC8099'

red 220 ◦ green 128 ◦ blue 153

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

Shades of Carissma #DC8099

Tints of Carissma #DC8099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.54%

R = 43.91%
G = 25.55%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC8099 (or 0xDC8099) is known color: Carissma. HEX triplet: DC, 80 and 99. RGB value is (220,128,153). Sum of RGB (Red+Green+Blue) = 220+128+153=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8099 is #237F66. Grayscale: #9E9E9E. Windows color (decimal): -2326375 or 10059996. OLE color: 10059996.

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

Color convert

RGB 220 128 153 -
CMYK 0 0.42 0.30 0.14
HSL 343.7º 0.57% 0.68% -
HSV(B) 343.7º 0.42% 0.86% -
XYZ 42.98 32.95 34.23 -
YUV 158.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 220 128 153 0 0.42 0.30 0.14 343.7 0.57 0.68
Hex DC 80 99 0 2A 1E E 158 39 44
Octal 334 200 231 0 52 36 16 530 71 104
Binary 11011100 10000000 10011001 0 101010 11110 1110 101011000 111001 1000100

Color Harmonies of #DC8099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8099

Black with #DC8099

Text Example


Text Example

White with #DC8099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8099; }

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

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

background-color css

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

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

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

border-color css

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

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

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