Html Css Color HEX #DC848A Carissma

📋 copy color: '#DC848A'

red 220 ◦ green 132 ◦ blue 138

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

Shades of Carissma #DC848A

Tints of Carissma #DC848A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 44.9%
G = 26.94%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC848A (or 0xDC848A) is known color: Carissma. HEX triplet: DC, 84 and 8A. RGB value is (220,132,138). Sum of RGB (Red+Green+Blue) = 220+132+138=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC848A is #237B75. Grayscale: #9F9F9F. Windows color (decimal): -2325366 or 9077980. OLE color: 9077980.

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

Color convert

RGB 220 132 138 -
CMYK 0 0.40 0.37 0.14
HSL 355.91º 0.56% 0.69% -
HSV(B) 355.91º 0.4% 0.86% -
XYZ 42.35 33.55 28.29 -
YUV 159 116.15 171.51 -
System Red Green Blue C M Y K H S L
Decimal 220 132 138 0 0.40 0.37 0.14 355.91 0.56 0.69
Hex DC 84 8A 0 28 25 E 164 38 45
Octal 334 204 212 0 50 45 16 544 70 105
Binary 11011100 10000100 10001010 0 101000 100101 1110 101100100 111000 1000101

Color Harmonies of #DC848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC848A

Black with #DC848A

Text Example


Text Example

White with #DC848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC848A; }

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

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

background-color css

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

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

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

border-color css

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

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

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