Html Css Color HEX #DD849C Carissma

📋 copy color: '#DD849C'

red 221 ◦ green 132 ◦ blue 156

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

Shades of Carissma #DD849C

Tints of Carissma #DD849C

RGB

 RED value IS 221 (86.72% from 255) = 43.42%

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

 BLUE value IS 156 (61.33% from 255) = 30.65%

R = 43.42%
G = 25.93%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD849C (or 0xDD849C) is known color: Carissma. HEX triplet: DD, 84 and 9C. RGB value is (221,132,156). Sum of RGB (Red+Green+Blue) = 221+132+156=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD849C is #227B63. Grayscale: #A1A1A1. Windows color (decimal): -2259812 or 10257629. OLE color: 10257629.

HSL color Cylindrical-coordinate representation of color #DD849C: hue angle of 343.82º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD849C is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 156 -
CMYK 0 0.40 0.29 0.13
HSL 343.82º 0.57% 0.69% -
HSV(B) 343.82º 0.4% 0.87% -
XYZ 44.07 34.27 35.75 -
YUV 161.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 221 132 156 0 0.40 0.29 0.13 343.82 0.57 0.69
Hex DD 84 9C 0 28 1D D 158 39 45
Octal 335 204 234 0 50 35 15 530 71 105
Binary 11011101 10000100 10011100 0 101000 11101 1101 101011000 111001 1000101

Color Harmonies of #DD849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD849C

Black with #DD849C

Text Example


Text Example

White with #DD849C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD849C; }

 p { color: rgb(221,132,156); }

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

background-color css

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

 a { background-color: rgb(221,132,156); }

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

border-color css

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

 span { border-color: rgb(221,132,156); }

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