Html Css Color HEX #DD848D Carissma

📋 copy color: '#DD848D'

red 221 ◦ green 132 ◦ blue 141

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

Shades of Carissma #DD848D

Tints of Carissma #DD848D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 44.74%
G = 26.72%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD848D (or 0xDD848D) is known color: Carissma. HEX triplet: DD, 84 and 8D. RGB value is (221,132,141). Sum of RGB (Red+Green+Blue) = 221+132+141=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD848D is #227B72. Grayscale: #9F9F9F. Windows color (decimal): -2259827 or 9274589. OLE color: 9274589.

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

Color convert

RGB 221 132 141 -
CMYK 0 0.40 0.36 0.13
HSL 353.93º 0.57% 0.69% -
HSV(B) 353.93º 0.4% 0.87% -
XYZ 42.88 33.8 29.46 -
YUV 159.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 221 132 141 0 0.40 0.36 0.13 353.93 0.57 0.69
Hex DD 84 8D 0 28 24 D 162 39 45
Octal 335 204 215 0 50 44 15 542 71 105
Binary 11011101 10000100 10001101 0 101000 100100 1101 101100010 111001 1000101

Color Harmonies of #DD848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD848D

Black with #DD848D

Text Example


Text Example

White with #DD848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD848D; }

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

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

background-color css

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

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

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

border-color css

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

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

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