Html Css Color HEX #DC848C Carissma

📋 copy color: '#DC848C'

red 220 ◦ green 132 ◦ blue 140

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

Shades of Carissma #DC848C

Tints of Carissma #DC848C

RGB

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

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

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

R = 44.72%
G = 26.83%
B = 28.46%

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

#DC848C (or 0xDC848C) is known color: Carissma. HEX triplet: DC, 84 and 8C. RGB value is (220,132,140). Sum of RGB (Red+Green+Blue) = 220+132+140=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC848C is #237B73. Grayscale: #9F9F9F. Windows color (decimal): -2325364 or 9209052. OLE color: 9209052.

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

Color convert

RGB 220 132 140 -
CMYK 0 0.40 0.36 0.14
HSL 354.55º 0.56% 0.69% -
HSV(B) 354.55º 0.4% 0.86% -
XYZ 42.5 33.61 29.06 -
YUV 159.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 220 132 140 0 0.40 0.36 0.14 354.55 0.56 0.69
Hex DC 84 8C 0 28 24 E 163 38 45
Octal 334 204 214 0 50 44 16 543 70 105
Binary 11011100 10000100 10001100 0 101000 100100 1110 101100011 111000 1000101

Color Harmonies of #DC848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC848C

Black with #DC848C

Text Example


Text Example

White with #DC848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC848C; }

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

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

background-color css

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

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

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

border-color css

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

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

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