Html Css Color HEX #DD849A Carissma

📋 copy color: '#DD849A'

red 221 ◦ green 132 ◦ blue 154

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

Shades of Carissma #DD849A

Tints of Carissma #DD849A

RGB

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

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

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

R = 43.59%
G = 26.04%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD849A (or 0xDD849A) is known color: Carissma. HEX triplet: DD, 84 and 9A. RGB value is (221,132,154). Sum of RGB (Red+Green+Blue) = 221+132+154=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD849A is #227B65. Grayscale: #A1A1A1. Windows color (decimal): -2259814 or 10126557. OLE color: 10126557.

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

Color convert

RGB 221 132 154 -
CMYK 0 0.40 0.30 0.13
HSL 345.17º 0.57% 0.69% -
HSV(B) 345.17º 0.4% 0.87% -
XYZ 43.9 34.21 34.86 -
YUV 161.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 221 132 154 0 0.40 0.30 0.13 345.17 0.57 0.69
Hex DD 84 9A 0 28 1E D 159 39 45
Octal 335 204 232 0 50 36 15 531 71 105
Binary 11011101 10000100 10011010 0 101000 11110 1101 101011001 111001 1000101

Color Harmonies of #DD849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD849A

Black with #DD849A

Text Example


Text Example

White with #DD849A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD849A; }

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

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

background-color css

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

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

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

border-color css

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

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

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