Html Css Color HEX #DD848A Carissma

📋 copy color: '#DD848A'

red 221 ◦ green 132 ◦ blue 138

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

Shades of Carissma #DD848A

Tints of Carissma #DD848A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.11%

R = 45.01%
G = 26.88%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD848A (or 0xDD848A) is known color: Carissma. HEX triplet: DD, 84 and 8A. RGB value is (221,132,138). Sum of RGB (Red+Green+Blue) = 221+132+138=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD848A is #227B75. Grayscale: #9F9F9F. Windows color (decimal): -2259830 or 9077981. OLE color: 9077981.

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

Color convert

RGB 221 132 138 -
CMYK 0 0.40 0.38 0.13
HSL 355.96º 0.57% 0.69% -
HSV(B) 355.96º 0.4% 0.87% -
XYZ 42.66 33.71 28.3 -
YUV 159.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 221 132 138 0 0.40 0.38 0.13 355.96 0.57 0.69
Hex DD 84 8A 0 28 26 D 164 39 45
Octal 335 204 212 0 50 46 15 544 71 105
Binary 11011101 10000100 10001010 0 101000 100110 1101 101100100 111001 1000101

Color Harmonies of #DD848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD848A

Black with #DD848A

Text Example


Text Example

White with #DD848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD848A; }

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

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

background-color css

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

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

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

border-color css

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

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

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