Html Css Color HEX #DD8487 Carissma

📋 copy color: '#DD8487'

red 221 ◦ green 132 ◦ blue 135

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

Shades of Carissma #DD8487

Tints of Carissma #DD8487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.66%

R = 45.29%
G = 27.05%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD8487 (or 0xDD8487) is known color: Carissma. HEX triplet: DD, 84 and 87. RGB value is (221,132,135). Sum of RGB (Red+Green+Blue) = 221+132+135=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8487 is #227B78. Grayscale: #9F9F9F. Windows color (decimal): -2259833 or 8881373. OLE color: 8881373.

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

Color convert

RGB 221 132 135 -
CMYK 0 0.40 0.39 0.13
HSL 357.98º 0.57% 0.69% -
HSV(B) 357.98º 0.4% 0.87% -
XYZ 42.44 33.62 27.17 -
YUV 158.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 221 132 135 0 0.40 0.39 0.13 357.98 0.57 0.69
Hex DD 84 87 0 28 27 D 166 39 45
Octal 335 204 207 0 50 47 15 546 71 105
Binary 11011101 10000100 10000111 0 101000 100111 1101 101100110 111001 1000101

Color Harmonies of #DD8487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8487

Black with #DD8487

Text Example


Text Example

White with #DD8487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8487; }

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

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

background-color css

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

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

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

border-color css

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

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

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