Html Css Color HEX #DC8588 Carissma

📋 copy color: '#DC8588'

red 220 ◦ green 133 ◦ blue 136

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

Shades of Carissma #DC8588

Tints of Carissma #DC8588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.81%

R = 44.99%
G = 27.2%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC8588 (or 0xDC8588) is known color: Carissma. HEX triplet: DC, 85 and 88. RGB value is (220,133,136). Sum of RGB (Red+Green+Blue) = 220+133+136=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8588 is #237A77. Grayscale: #9F9F9F. Windows color (decimal): -2325112 or 8947164. OLE color: 8947164.

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

Color convert

RGB 220 133 136 -
CMYK 0 0.40 0.38 0.14
HSL 357.93º 0.55% 0.69% -
HSV(B) 357.93º 0.4% 0.86% -
XYZ 42.35 33.77 27.58 -
YUV 159.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 220 133 136 0 0.40 0.38 0.14 357.93 0.55 0.69
Hex DC 85 88 0 28 26 E 166 37 45
Octal 334 205 210 0 50 46 16 546 67 105
Binary 11011100 10000101 10001000 0 101000 100110 1110 101100110 110111 1000101

Color Harmonies of #DC8588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8588

Black with #DC8588

Text Example


Text Example

White with #DC8588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8588; }

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

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

background-color css

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

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

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

border-color css

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

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

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