Html Css Color HEX #DC849B Carissma

📋 copy color: '#DC849B'

red 220 ◦ green 132 ◦ blue 155

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

Shades of Carissma #DC849B

Tints of Carissma #DC849B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.57%

R = 43.39%
G = 26.04%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC849B (or 0xDC849B) is known color: Carissma. HEX triplet: DC, 84 and 9B. RGB value is (220,132,155). Sum of RGB (Red+Green+Blue) = 220+132+155=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC849B is #237B64. Grayscale: #A0A0A0. Windows color (decimal): -2325349 or 10192092. OLE color: 10192092.

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

Color convert

RGB 220 132 155 -
CMYK 0 0.40 0.30 0.14
HSL 344.32º 0.56% 0.69% -
HSV(B) 344.32º 0.4% 0.86% -
XYZ 43.68 34.08 35.29 -
YUV 160.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 220 132 155 0 0.40 0.30 0.14 344.32 0.56 0.69
Hex DC 84 9B 0 28 1E E 158 38 45
Octal 334 204 233 0 50 36 16 530 70 105
Binary 11011100 10000100 10011011 0 101000 11110 1110 101011000 111000 1000101

Color Harmonies of #DC849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC849B

Black with #DC849B

Text Example


Text Example

White with #DC849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC849B; }

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

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

background-color css

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

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

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

border-color css

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

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

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