Html Css Color HEX #DC838F Carissma

📋 copy color: '#DC838F'

red 220 ◦ green 131 ◦ blue 143

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

Shades of Carissma #DC838F

Tints of Carissma #DC838F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.95%

R = 44.53%
G = 26.52%
B = 28.95%

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

#DC838F (or 0xDC838F) is known color: Carissma. HEX triplet: DC, 83 and 8F. RGB value is (220,131,143). Sum of RGB (Red+Green+Blue) = 220+131+143=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC838F is #237C70. Grayscale: #9F9F9F. Windows color (decimal): -2325617 or 9405404. OLE color: 9405404.

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

Color convert

RGB 220 131 143 -
CMYK 0 0.40 0.35 0.14
HSL 351.91º 0.56% 0.69% -
HSV(B) 351.91º 0.4% 0.86% -
XYZ 42.59 33.43 30.19 -
YUV 158.98 118.99 171.52 -
System Red Green Blue C M Y K H S L
Decimal 220 131 143 0 0.40 0.35 0.14 351.91 0.56 0.69
Hex DC 83 8F 0 28 23 E 160 38 45
Octal 334 203 217 0 50 43 16 540 70 105
Binary 11011100 10000011 10001111 0 101000 100011 1110 101100000 111000 1000101

Color Harmonies of #DC838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC838F

Black with #DC838F

Text Example


Text Example

White with #DC838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC838F; }

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

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

background-color css

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

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

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

border-color css

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

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

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