Html Css Color HEX #DC848E Carissma

📋 copy color: '#DC848E'

red 220 ◦ green 132 ◦ blue 142

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

Shades of Carissma #DC848E

Tints of Carissma #DC848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.72%

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

R = 44.53%
G = 26.72%
B = 28.74%

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

#DC848E (or 0xDC848E) is known color: Carissma. HEX triplet: DC, 84 and 8E. RGB value is (220,132,142). Sum of RGB (Red+Green+Blue) = 220+132+142=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC848E is #237B71. Grayscale: #9F9F9F. Windows color (decimal): -2325362 or 9340124. OLE color: 9340124.

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

Color convert

RGB 220 132 142 -
CMYK 0 0.40 0.35 0.14
HSL 353.18º 0.56% 0.69% -
HSV(B) 353.18º 0.4% 0.86% -
XYZ 42.65 33.67 29.84 -
YUV 159.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 220 132 142 0 0.40 0.35 0.14 353.18 0.56 0.69
Hex DC 84 8E 0 28 23 E 161 38 45
Octal 334 204 216 0 50 43 16 541 70 105
Binary 11011100 10000100 10001110 0 101000 100011 1110 101100001 111000 1000101

Color Harmonies of #DC848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC848E

Black with #DC848E

Text Example


Text Example

White with #DC848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC848E; }

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

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

background-color css

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

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

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

border-color css

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

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

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