Html Css Color HEX #DD80A0 Carissma

📋 copy color: '#DD80A0'

red 221 ◦ green 128 ◦ blue 160

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

Shades of Carissma #DD80A0

Tints of Carissma #DD80A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.43%

R = 43.42%
G = 25.15%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD80A0 (or 0xDD80A0) is known color: Carissma. HEX triplet: DD, 80 and A0. RGB value is (221,128,160). Sum of RGB (Red+Green+Blue) = 221+128+160=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD80A0 is #227F5F. Grayscale: #9F9F9F. Windows color (decimal): -2260832 or 10518749. OLE color: 10518749.

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

Color convert

RGB 221 128 160 -
CMYK 0 0.42 0.28 0.13
HSL 339.35º 0.58% 0.68% -
HSV(B) 339.35º 0.42% 0.87% -
XYZ 43.88 33.35 37.38 -
YUV 159.46 128.31 171.9 -
System Red Green Blue C M Y K H S L
Decimal 221 128 160 0 0.42 0.28 0.13 339.35 0.58 0.68
Hex DD 80 A0 0 2A 1C D 153 3A 44
Octal 335 200 240 0 52 34 15 523 72 104
Binary 11011101 10000000 10100000 0 101010 11100 1101 101010011 111010 1000100

Color Harmonies of #DD80A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD80A0

Black with #DD80A0

Text Example


Text Example

White with #DD80A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD80A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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