Html Css Color HEX #DC8399 Carissma

📋 copy color: '#DC8399'

red 220 ◦ green 131 ◦ blue 153

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

Shades of Carissma #DC8399

Tints of Carissma #DC8399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.36%

R = 43.65%
G = 25.99%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC8399 (or 0xDC8399) is known color: Carissma. HEX triplet: DC, 83 and 99. RGB value is (220,131,153). Sum of RGB (Red+Green+Blue) = 220+131+153=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8399 is #237C66. Grayscale: #A0A0A0. Windows color (decimal): -2325607 or 10060764. OLE color: 10060764.

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

Color convert

RGB 220 131 153 -
CMYK 0 0.40 0.30 0.14
HSL 345.17º 0.56% 0.69% -
HSV(B) 345.17º 0.4% 0.86% -
XYZ 43.38 33.75 34.36 -
YUV 160.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 220 131 153 0 0.40 0.30 0.14 345.17 0.56 0.69
Hex DC 83 99 0 28 1E E 159 38 45
Octal 334 203 231 0 50 36 16 531 70 105
Binary 11011100 10000011 10011001 0 101000 11110 1110 101011001 111000 1000101

Color Harmonies of #DC8399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8399

Black with #DC8399

Text Example


Text Example

White with #DC8399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8399; }

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

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

background-color css

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

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

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

border-color css

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

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

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