Html Css Color HEX #DD848C Carissma

📋 copy color: '#DD848C'

red 221 ◦ green 132 ◦ blue 140

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

Shades of Carissma #DD848C

Tints of Carissma #DD848C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.4%

R = 44.83%
G = 26.77%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD848C (or 0xDD848C) is known color: Carissma. HEX triplet: DD, 84 and 8C. RGB value is (221,132,140). Sum of RGB (Red+Green+Blue) = 221+132+140=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD848C is #227B73. Grayscale: #9F9F9F. Windows color (decimal): -2259828 or 9209053. OLE color: 9209053.

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

Color convert

RGB 221 132 140 -
CMYK 0 0.40 0.37 0.13
HSL 354.61º 0.57% 0.69% -
HSV(B) 354.61º 0.4% 0.87% -
XYZ 42.8 33.77 29.07 -
YUV 159.52 116.99 171.85 -
System Red Green Blue C M Y K H S L
Decimal 221 132 140 0 0.40 0.37 0.13 354.61 0.57 0.69
Hex DD 84 8C 0 28 25 D 163 39 45
Octal 335 204 214 0 50 45 15 543 71 105
Binary 11011101 10000100 10001100 0 101000 100101 1101 101100011 111001 1000101

Color Harmonies of #DD848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD848C

Black with #DD848C

Text Example


Text Example

White with #DD848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD848C; }

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

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

background-color css

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

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

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

border-color css

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

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

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