Html Css Color HEX #DD808D Carissma

📋 copy color: '#DD808D'

red 221 ◦ green 128 ◦ blue 141

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

Shades of Carissma #DD808D

Tints of Carissma #DD808D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.78%

R = 45.1%
G = 26.12%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD808D (or 0xDD808D) is known color: Carissma. HEX triplet: DD, 80 and 8D. RGB value is (221,128,141). Sum of RGB (Red+Green+Blue) = 221+128+141=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD808D is #227F72. Grayscale: #9D9D9D. Windows color (decimal): -2260851 or 9273565. OLE color: 9273565.

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

Color convert

RGB 221 128 141 -
CMYK 0 0.42 0.36 0.13
HSL 351.61º 0.58% 0.68% -
HSV(B) 351.61º 0.42% 0.87% -
XYZ 42.35 32.73 29.29 -
YUV 157.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 221 128 141 0 0.42 0.36 0.13 351.61 0.58 0.68
Hex DD 80 8D 0 2A 24 D 160 3A 44
Octal 335 200 215 0 52 44 15 540 72 104
Binary 11011101 10000000 10001101 0 101010 100100 1101 101100000 111010 1000100

Color Harmonies of #DD808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD808D

Black with #DD808D

Text Example


Text Example

White with #DD808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD808D; }

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

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

background-color css

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

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

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

border-color css

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

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

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