Html Css Color HEX #DC808A Carissma

📋 copy color: '#DC808A'

red 220 ◦ green 128 ◦ blue 138

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

Shades of Carissma #DC808A

Tints of Carissma #DC808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.4%

R = 45.27%
G = 26.34%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC808A (or 0xDC808A) is known color: Carissma. HEX triplet: DC, 80 and 8A. RGB value is (220,128,138). Sum of RGB (Red+Green+Blue) = 220+128+138=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC808A is #237F75. Grayscale: #9C9C9C. Windows color (decimal): -2326390 or 9076956. OLE color: 9076956.

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

Color convert

RGB 220 128 138 -
CMYK 0 0.42 0.37 0.14
HSL 353.48º 0.57% 0.68% -
HSV(B) 353.48º 0.42% 0.86% -
XYZ 41.82 32.49 28.11 -
YUV 156.65 117.48 173.19 -
System Red Green Blue C M Y K H S L
Decimal 220 128 138 0 0.42 0.37 0.14 353.48 0.57 0.68
Hex DC 80 8A 0 2A 25 E 161 39 44
Octal 334 200 212 0 52 45 16 541 71 104
Binary 11011100 10000000 10001010 0 101010 100101 1110 101100001 111001 1000100

Color Harmonies of #DC808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC808A

Black with #DC808A

Text Example


Text Example

White with #DC808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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