Html Css Color HEX #DD8095 Carissma

📋 copy color: '#DD8095'

red 221 ◦ green 128 ◦ blue 149

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

Shades of Carissma #DD8095

Tints of Carissma #DD8095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.92%

R = 44.38%
G = 25.7%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD8095 (or 0xDD8095) is known color: Carissma. HEX triplet: DD, 80 and 95. RGB value is (221,128,149). Sum of RGB (Red+Green+Blue) = 221+128+149=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8095 is #227F6A. Grayscale: #9E9E9E. Windows color (decimal): -2260843 or 9797853. OLE color: 9797853.

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

Color convert

RGB 221 128 149 -
CMYK 0 0.42 0.33 0.13
HSL 346.45º 0.58% 0.68% -
HSV(B) 346.45º 0.42% 0.87% -
XYZ 42.96 32.98 32.54 -
YUV 158.2 122.81 172.79 -
System Red Green Blue C M Y K H S L
Decimal 221 128 149 0 0.42 0.33 0.13 346.45 0.58 0.68
Hex DD 80 95 0 2A 21 D 15A 3A 44
Octal 335 200 225 0 52 41 15 532 72 104
Binary 11011101 10000000 10010101 0 101010 100001 1101 101011010 111010 1000100

Color Harmonies of #DD8095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8095

Black with #DD8095

Text Example


Text Example

White with #DD8095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8095; }

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

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

background-color css

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

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

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

border-color css

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

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

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