Html Css Color HEX #DC8897 Carissma

📋 copy color: '#DC8897'

red 220 ◦ green 136 ◦ blue 151

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

Shades of Carissma #DC8897

Tints of Carissma #DC8897

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.82%

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

R = 43.39%
G = 26.82%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC8897 (or 0xDC8897) is known color: Carissma. HEX triplet: DC, 88 and 97. RGB value is (220,136,151). Sum of RGB (Red+Green+Blue) = 220+136+151=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8897 is #237768. Grayscale: #A2A2A2. Windows color (decimal): -2324329 or 9930972. OLE color: 9930972.

HSL color Cylindrical-coordinate representation of color #DC8897: hue angle of 349.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8897 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 151 -
CMYK 0 0.38 0.31 0.14
HSL 349.29º 0.55% 0.7% -
HSV(B) 349.29º 0.38% 0.86% -
XYZ 43.91 35.06 33.73 -
YUV 162.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 220 136 151 0 0.38 0.31 0.14 349.29 0.55 0.7
Hex DC 88 97 0 26 1F E 15D 37 46
Octal 334 210 227 0 46 37 16 535 67 106
Binary 11011100 10001000 10010111 0 100110 11111 1110 101011101 110111 1000110

Color Harmonies of #DC8897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8897

Black with #DC8897

Text Example


Text Example

White with #DC8897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8897; }

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

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

background-color css

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

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

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

border-color css

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

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

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