Html Css Color HEX #DC8397 Carissma

📋 copy color: '#DC8397'

red 220 ◦ green 131 ◦ blue 151

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

Shades of Carissma #DC8397

Tints of Carissma #DC8397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.08%

R = 43.82%
G = 26.1%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC8397 (or 0xDC8397) is known color: Carissma. HEX triplet: DC, 83 and 97. RGB value is (220,131,151). Sum of RGB (Red+Green+Blue) = 220+131+151=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8397 is #237C68. Grayscale: #9F9F9F. Windows color (decimal): -2325609 or 9929692. OLE color: 9929692.

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

Color convert

RGB 220 131 151 -
CMYK 0 0.40 0.31 0.14
HSL 346.52º 0.56% 0.69% -
HSV(B) 346.52º 0.4% 0.86% -
XYZ 43.22 33.68 33.5 -
YUV 159.89 122.99 170.87 -
System Red Green Blue C M Y K H S L
Decimal 220 131 151 0 0.40 0.31 0.14 346.52 0.56 0.69
Hex DC 83 97 0 28 1F E 15B 38 45
Octal 334 203 227 0 50 37 16 533 70 105
Binary 11011100 10000011 10010111 0 101000 11111 1110 101011011 111000 1000101

Color Harmonies of #DC8397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8397

Black with #DC8397

Text Example


Text Example

White with #DC8397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8397; }

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

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

background-color css

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

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

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

border-color css

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

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

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