Html Css Color HEX #DD8587 Carissma

📋 copy color: '#DD8587'

red 221 ◦ green 133 ◦ blue 135

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

Shades of Carissma #DD8587

Tints of Carissma #DD8587

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.2%

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

R = 45.19%
G = 27.2%
B = 27.61%

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

#DD8587 (or 0xDD8587) is known color: Carissma. HEX triplet: DD, 85 and 87. RGB value is (221,133,135). Sum of RGB (Red+Green+Blue) = 221+133+135=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8587 is #227A78. Grayscale: #9F9F9F. Windows color (decimal): -2259577 or 8881629. OLE color: 8881629.

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

Color convert

RGB 221 133 135 -
CMYK 0 0.40 0.39 0.13
HSL 358.64º 0.56% 0.69% -
HSV(B) 358.64º 0.4% 0.87% -
XYZ 42.58 33.9 27.22 -
YUV 159.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 221 133 135 0 0.40 0.39 0.13 358.64 0.56 0.69
Hex DD 85 87 0 28 27 D 167 38 45
Octal 335 205 207 0 50 47 15 547 70 105
Binary 11011101 10000101 10000111 0 101000 100111 1101 101100111 111000 1000101

Color Harmonies of #DD8587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8587

Black with #DD8587

Text Example


Text Example

White with #DD8587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8587; }

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

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

background-color css

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

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

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

border-color css

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

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

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