Html Css Color HEX #DC839C Carissma

📋 copy color: '#DC839C'

red 220 ◦ green 131 ◦ blue 156

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

Shades of Carissma #DC839C

Tints of Carissma #DC839C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.77%

R = 43.39%
G = 25.84%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC839C (or 0xDC839C) is known color: Carissma. HEX triplet: DC, 83 and 9C. RGB value is (220,131,156). Sum of RGB (Red+Green+Blue) = 220+131+156=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC839C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC839C is #237C63. Grayscale: #A0A0A0. Windows color (decimal): -2325604 or 10257372. OLE color: 10257372.

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

Color convert

RGB 220 131 156 -
CMYK 0 0.40 0.29 0.14
HSL 343.15º 0.56% 0.69% -
HSV(B) 343.15º 0.4% 0.86% -
XYZ 43.63 33.85 35.69 -
YUV 160.46 125.49 170.47 -
System Red Green Blue C M Y K H S L
Decimal 220 131 156 0 0.40 0.29 0.14 343.15 0.56 0.69
Hex DC 83 9C 0 28 1D E 157 38 45
Octal 334 203 234 0 50 35 16 527 70 105
Binary 11011100 10000011 10011100 0 101000 11101 1110 101010111 111000 1000101

Color Harmonies of #DC839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC839C

Black with #DC839C

Text Example


Text Example

White with #DC839C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC839C; }

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

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

background-color css

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

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

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

border-color css

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

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

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