Html Css Color HEX #DC838C Carissma

📋 copy color: '#DC838C'

red 220 ◦ green 131 ◦ blue 140

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

Shades of Carissma #DC838C

Tints of Carissma #DC838C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.51%

R = 44.81%
G = 26.68%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC838C (or 0xDC838C) is known color: Carissma. HEX triplet: DC, 83 and 8C. RGB value is (220,131,140). Sum of RGB (Red+Green+Blue) = 220+131+140=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC838C is #237C73. Grayscale: #9E9E9E. Windows color (decimal): -2325620 or 9208796. OLE color: 9208796.

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

Color convert

RGB 220 131 140 -
CMYK 0 0.40 0.36 0.14
HSL 353.93º 0.56% 0.69% -
HSV(B) 353.93º 0.4% 0.86% -
XYZ 42.37 33.34 29.01 -
YUV 158.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 220 131 140 0 0.40 0.36 0.14 353.93 0.56 0.69
Hex DC 83 8C 0 28 24 E 162 38 45
Octal 334 203 214 0 50 44 16 542 70 105
Binary 11011100 10000011 10001100 0 101000 100100 1110 101100010 111000 1000101

Color Harmonies of #DC838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC838C

Black with #DC838C

Text Example


Text Example

White with #DC838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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