Html Css Color HEX #DC849A Carissma

📋 copy color: '#DC849A'

red 220 ◦ green 132 ◦ blue 154

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

Shades of Carissma #DC849A

Tints of Carissma #DC849A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.43%

R = 43.48%
G = 26.09%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC849A (or 0xDC849A) is known color: Carissma. HEX triplet: DC, 84 and 9A. RGB value is (220,132,154). Sum of RGB (Red+Green+Blue) = 220+132+154=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC849A is #237B65. Grayscale: #A0A0A0. Windows color (decimal): -2325350 or 10126556. OLE color: 10126556.

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

Color convert

RGB 220 132 154 -
CMYK 0 0.40 0.3 0.14
HSL 345º 0.56% 0.69% -
HSV(B) 345º 0.4% 0.86% -
XYZ 43.6 34.05 34.85 -
YUV 160.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 220 132 154 0 0.40 0.3 0.14 345 0.56 0.69
Hex DC 84 9A 0 28 1E E 159 38 45
Octal 334 204 232 0 50 36 16 531 70 105
Binary 11011100 10000100 10011010 0 101000 11110 1110 101011001 111000 1000101

Color Harmonies of #DC849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC849A

Black with #DC849A

Text Example


Text Example

White with #DC849A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC849A; }

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

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

background-color css

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

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

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

border-color css

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

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

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