Html Css Color HEX #DD8088 Carissma

📋 copy color: '#DD8088'

red 221 ◦ green 128 ◦ blue 136

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

Shades of Carissma #DD8088

Tints of Carissma #DD8088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.04%

R = 45.57%
G = 26.39%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD8088 (or 0xDD8088) is known color: Carissma. HEX triplet: DD, 80 and 88. RGB value is (221,128,136). Sum of RGB (Red+Green+Blue) = 221+128+136=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8088 is #227F77. Grayscale: #9C9C9C. Windows color (decimal): -2260856 or 8945885. OLE color: 8945885.

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

Color convert

RGB 221 128 136 -
CMYK 0 0.42 0.38 0.13
HSL 354.84º 0.58% 0.68% -
HSV(B) 354.84º 0.42% 0.87% -
XYZ 41.98 32.59 27.37 -
YUV 156.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 221 128 136 0 0.42 0.38 0.13 354.84 0.58 0.68
Hex DD 80 88 0 2A 26 D 163 3A 44
Octal 335 200 210 0 52 46 15 543 72 104
Binary 11011101 10000000 10001000 0 101010 100110 1101 101100011 111010 1000100

Color Harmonies of #DD8088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8088

Black with #DD8088

Text Example


Text Example

White with #DD8088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8088; }

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

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

background-color css

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

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

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

border-color css

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

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

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