Html Css Color HEX #DC8385 Carissma

📋 copy color: '#DC8385'

red 220 ◦ green 131 ◦ blue 133

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

Shades of Carissma #DC8385

Tints of Carissma #DC8385

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.07%

 BLUE value IS 133 (52.34% from 255) = 27.48%

R = 45.45%
G = 27.07%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC8385 (or 0xDC8385) is known color: Carissma. HEX triplet: DC, 83 and 85. RGB value is (220,131,133). Sum of RGB (Red+Green+Blue) = 220+131+133=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8385 is #237C7A. Grayscale: #9D9D9D. Windows color (decimal): -2325627 or 8750044. OLE color: 8750044.

HSL color Cylindrical-coordinate representation of color #DC8385: hue angle of 358.65º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8385 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 133 -
CMYK 0 0.40 0.40 0.14
HSL 358.65º 0.56% 0.69% -
HSV(B) 358.65º 0.4% 0.86% -
XYZ 41.87 33.14 26.38 -
YUV 157.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 220 131 133 0 0.40 0.40 0.14 358.65 0.56 0.69
Hex DC 83 85 0 28 28 E 167 38 45
Octal 334 203 205 0 50 50 16 547 70 105
Binary 11011100 10000011 10000101 0 101000 101000 1110 101100111 111000 1000101

Color Harmonies of #DC8385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8385

Black with #DC8385

Text Example


Text Example

White with #DC8385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8385; }

 p { color: rgb(220,131,133); }

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

background-color css

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

 a { background-color: rgb(220,131,133); }

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

border-color css

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

 span { border-color: rgb(220,131,133); }

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