Html Css Color HEX #DD809F Carissma

📋 copy color: '#DD809F'

red 221 ◦ green 128 ◦ blue 159

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

Shades of Carissma #DD809F

Tints of Carissma #DD809F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.3%

R = 43.5%
G = 25.2%
B = 31.3%

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

#DD809F (or 0xDD809F) is known color: Carissma. HEX triplet: DD, 80 and 9F. RGB value is (221,128,159). Sum of RGB (Red+Green+Blue) = 221+128+159=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD809F is #227F60. Grayscale: #9F9F9F. Windows color (decimal): -2260833 or 10453213. OLE color: 10453213.

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

Color convert

RGB 221 128 159 -
CMYK 0 0.42 0.28 0.13
HSL 340º 0.58% 0.68% -
HSV(B) 340º 0.42% 0.87% -
XYZ 43.8 33.31 36.92 -
YUV 159.34 127.81 171.98 -
System Red Green Blue C M Y K H S L
Decimal 221 128 159 0 0.42 0.28 0.13 340 0.58 0.68
Hex DD 80 9F 0 2A 1C D 154 3A 44
Octal 335 200 237 0 52 34 15 524 72 104
Binary 11011101 10000000 10011111 0 101010 11100 1101 101010100 111010 1000100

Color Harmonies of #DD809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD809F

Black with #DD809F

Text Example


Text Example

White with #DD809F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD809F; }

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

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

background-color css

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

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

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

border-color css

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

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

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