Html Css Color HEX #DC8593 Carissma

📋 copy color: '#DC8593'

red 220 ◦ green 133 ◦ blue 147

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

Shades of Carissma #DC8593

Tints of Carissma #DC8593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.6%

 BLUE value IS 147 (57.81% from 255) = 29.4%

R = 44%
G = 26.6%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC8593 (or 0xDC8593) is known color: Carissma. HEX triplet: DC, 85 and 93. RGB value is (220,133,147). Sum of RGB (Red+Green+Blue) = 220+133+147=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8593 is #237A6C. Grayscale: #A0A0A0. Windows color (decimal): -2325101 or 9668060. OLE color: 9668060.

HSL color Cylindrical-coordinate representation of color #DC8593: hue angle of 350.34º degrees, saturation: 0.55, 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 #DC8593 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 133 147 -
CMYK 0 0.40 0.33 0.14
HSL 350.34º 0.55% 0.69% -
HSV(B) 350.34º 0.4% 0.86% -
XYZ 43.17 34.1 31.91 -
YUV 160.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 220 133 147 0 0.40 0.33 0.14 350.34 0.55 0.69
Hex DC 85 93 0 28 21 E 15E 37 45
Octal 334 205 223 0 50 41 16 536 67 105
Binary 11011100 10000101 10010011 0 101000 100001 1110 101011110 110111 1000101

Color Harmonies of #DC8593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8593

Black with #DC8593

Text Example


Text Example

White with #DC8593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8593; }

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

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

background-color css

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

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

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

border-color css

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

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

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