Html Css Color HEX #DD8087 Carissma

📋 copy color: '#DD8087'

red 221 ◦ green 128 ◦ blue 135

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

Shades of Carissma #DD8087

Tints of Carissma #DD8087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.45%

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

R = 45.66%
G = 26.45%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD8087 (or 0xDD8087) is known color: Carissma. HEX triplet: DD, 80 and 87. RGB value is (221,128,135). Sum of RGB (Red+Green+Blue) = 221+128+135=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8087 is #227F78. Grayscale: #9C9C9C. Windows color (decimal): -2260857 or 8880349. OLE color: 8880349.

HSL color Cylindrical-coordinate representation of color #DD8087: hue angle of 355.48º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8087 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 128 135 -
CMYK 0 0.42 0.39 0.13
HSL 355.48º 0.58% 0.68% -
HSV(B) 355.48º 0.42% 0.87% -
XYZ 41.91 32.56 27 -
YUV 156.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 221 128 135 0 0.42 0.39 0.13 355.48 0.58 0.68
Hex DD 80 87 0 2A 27 D 163 3A 44
Octal 335 200 207 0 52 47 15 543 72 104
Binary 11011101 10000000 10000111 0 101010 100111 1101 101100011 111010 1000100

Color Harmonies of #DD8087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8087

Black with #DD8087

Text Example


Text Example

White with #DD8087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8087; }

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

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

background-color css

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

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

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

border-color css

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

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

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