Html Css Color HEX #DC808B Carissma

📋 copy color: '#DC808B'

red 220 ◦ green 128 ◦ blue 139

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

Shades of Carissma #DC808B

Tints of Carissma #DC808B

RGB

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

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

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

R = 45.17%
G = 26.28%
B = 28.54%

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

#DC808B (or 0xDC808B) is known color: Carissma. HEX triplet: DC, 80 and 8B. RGB value is (220,128,139). Sum of RGB (Red+Green+Blue) = 220+128+139=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC808B is #237F74. Grayscale: #9C9C9C. Windows color (decimal): -2326389 or 9142492. OLE color: 9142492.

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

Color convert

RGB 220 128 139 -
CMYK 0 0.42 0.37 0.14
HSL 352.83º 0.57% 0.68% -
HSV(B) 352.83º 0.42% 0.86% -
XYZ 41.89 32.52 28.49 -
YUV 156.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 220 128 139 0 0.42 0.37 0.14 352.83 0.57 0.68
Hex DC 80 8B 0 2A 25 E 161 39 44
Octal 334 200 213 0 52 45 16 541 71 104
Binary 11011100 10000000 10001011 0 101010 100101 1110 101100001 111001 1000100

Color Harmonies of #DC808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC808B

Black with #DC808B

Text Example


Text Example

White with #DC808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC808B; }

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

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

background-color css

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

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

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

border-color css

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

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

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