Html Css Color HEX #DC8388 Carissma

📋 copy color: '#DC8388'

red 220 ◦ green 131 ◦ blue 136

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

Shades of Carissma #DC8388

Tints of Carissma #DC8388

RGB

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

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

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

R = 45.17%
G = 26.9%
B = 27.93%

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

#DC8388 (or 0xDC8388) is known color: Carissma. HEX triplet: DC, 83 and 88. RGB value is (220,131,136). Sum of RGB (Red+Green+Blue) = 220+131+136=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8388 is #237C77. Grayscale: #9E9E9E. Windows color (decimal): -2325624 or 8946652. OLE color: 8946652.

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

Color convert

RGB 220 131 136 -
CMYK 0 0.40 0.38 0.14
HSL 356.63º 0.56% 0.69% -
HSV(B) 356.63º 0.4% 0.86% -
XYZ 42.08 33.23 27.49 -
YUV 158.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 220 131 136 0 0.40 0.38 0.14 356.63 0.56 0.69
Hex DC 83 88 0 28 26 E 165 38 45
Octal 334 203 210 0 50 46 16 545 70 105
Binary 11011100 10000011 10001000 0 101000 100110 1110 101100101 111000 1000101

Color Harmonies of #DC8388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8388

Black with #DC8388

Text Example


Text Example

White with #DC8388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8388; }

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

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

background-color css

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

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

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

border-color css

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

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

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