Html Css Color HEX #DD809E Carissma

📋 copy color: '#DD809E'

red 221 ◦ green 128 ◦ blue 158

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

Shades of Carissma #DD809E

Tints of Carissma #DD809E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.16%

R = 43.59%
G = 25.25%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD809E (or 0xDD809E) is known color: Carissma. HEX triplet: DD, 80 and 9E. RGB value is (221,128,158). Sum of RGB (Red+Green+Blue) = 221+128+158=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD809E is #227F61. Grayscale: #9F9F9F. Windows color (decimal): -2260834 or 10387677. OLE color: 10387677.

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

Color convert

RGB 221 128 158 -
CMYK 0 0.42 0.29 0.13
HSL 340.65º 0.58% 0.68% -
HSV(B) 340.65º 0.42% 0.87% -
XYZ 43.71 33.28 36.47 -
YUV 159.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 221 128 158 0 0.42 0.29 0.13 340.65 0.58 0.68
Hex DD 80 9E 0 2A 1D D 155 3A 44
Octal 335 200 236 0 52 35 15 525 72 104
Binary 11011101 10000000 10011110 0 101010 11101 1101 101010101 111010 1000100

Color Harmonies of #DD809E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD809E

Black with #DD809E

Text Example


Text Example

White with #DD809E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD809E; }

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

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

background-color css

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

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

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

border-color css

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

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

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