Html Css Color HEX #DC848B Carissma

📋 copy color: '#DC848B'

red 220 ◦ green 132 ◦ blue 139

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

Shades of Carissma #DC848B

Tints of Carissma #DC848B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.31%

R = 44.81%
G = 26.88%
B = 28.31%

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

#DC848B (or 0xDC848B) is known color: Carissma. HEX triplet: DC, 84 and 8B. RGB value is (220,132,139). Sum of RGB (Red+Green+Blue) = 220+132+139=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC848B is #237B74. Grayscale: #9F9F9F. Windows color (decimal): -2325365 or 9143516. OLE color: 9143516.

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

Color convert

RGB 220 132 139 -
CMYK 0 0.40 0.37 0.14
HSL 355.23º 0.56% 0.69% -
HSV(B) 355.23º 0.4% 0.86% -
XYZ 42.43 33.58 28.67 -
YUV 159.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 220 132 139 0 0.40 0.37 0.14 355.23 0.56 0.69
Hex DC 84 8B 0 28 25 E 163 38 45
Octal 334 204 213 0 50 45 16 543 70 105
Binary 11011100 10000100 10001011 0 101000 100101 1110 101100011 111000 1000101

Color Harmonies of #DC848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC848B

Black with #DC848B

Text Example


Text Example

White with #DC848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC848B; }

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

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

background-color css

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

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

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

border-color css

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

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

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