Html Css Color HEX #DC838E Carissma

📋 copy color: '#DC838E'

red 220 ◦ green 131 ◦ blue 142

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

Shades of Carissma #DC838E

Tints of Carissma #DC838E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.8%

R = 44.62%
G = 26.57%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC838E (or 0xDC838E) is known color: Carissma. HEX triplet: DC, 83 and 8E. RGB value is (220,131,142). Sum of RGB (Red+Green+Blue) = 220+131+142=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC838E is #237C71. Grayscale: #9E9E9E. Windows color (decimal): -2325618 or 9339868. OLE color: 9339868.

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

Color convert

RGB 220 131 142 -
CMYK 0 0.40 0.35 0.14
HSL 352.58º 0.56% 0.69% -
HSV(B) 352.58º 0.4% 0.86% -
XYZ 42.51 33.4 29.8 -
YUV 158.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 220 131 142 0 0.40 0.35 0.14 352.58 0.56 0.69
Hex DC 83 8E 0 28 23 E 161 38 45
Octal 334 203 216 0 50 43 16 541 70 105
Binary 11011100 10000011 10001110 0 101000 100011 1110 101100001 111000 1000101

Color Harmonies of #DC838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC838E

Black with #DC838E

Text Example


Text Example

White with #DC838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC838E; }

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

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

background-color css

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

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

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

border-color css

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

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

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