Html Css Color HEX #DD8485 Carissma

📋 copy color: '#DD8485'

red 221 ◦ green 132 ◦ blue 133

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

Shades of Carissma #DD8485

Tints of Carissma #DD8485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.37%

R = 45.47%
G = 27.16%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD8485 (or 0xDD8485) is known color: Carissma. HEX triplet: DD, 84 and 85. RGB value is (221,132,133). Sum of RGB (Red+Green+Blue) = 221+132+133=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8485 is #227B7A. Grayscale: #9E9E9E. Windows color (decimal): -2259835 or 8750301. OLE color: 8750301.

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

Color convert

RGB 221 132 133 -
CMYK 0 0.40 0.40 0.13
HSL 359.33º 0.57% 0.69% -
HSV(B) 359.33º 0.4% 0.87% -
XYZ 42.3 33.57 26.44 -
YUV 158.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 221 132 133 0 0.40 0.40 0.13 359.33 0.57 0.69
Hex DD 84 85 0 28 28 D 167 39 45
Octal 335 204 205 0 50 50 15 547 71 105
Binary 11011101 10000100 10000101 0 101000 101000 1101 101100111 111001 1000101

Color Harmonies of #DD8485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8485

Black with #DD8485

Text Example


Text Example

White with #DD8485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8485; }

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

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

background-color css

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

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

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

border-color css

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

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

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