Html Css Color HEX #DD809A Carissma

📋 copy color: '#DD809A'

red 221 ◦ green 128 ◦ blue 154

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

Shades of Carissma #DD809A

Tints of Carissma #DD809A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.62%

R = 43.94%
G = 25.45%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD809A (or 0xDD809A) is known color: Carissma. HEX triplet: DD, 80 and 9A. RGB value is (221,128,154). Sum of RGB (Red+Green+Blue) = 221+128+154=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD809A is #227F65. Grayscale: #9E9E9E. Windows color (decimal): -2260838 or 10125533. OLE color: 10125533.

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

Color convert

RGB 221 128 154 -
CMYK 0 0.42 0.30 0.13
HSL 343.23º 0.58% 0.68% -
HSV(B) 343.23º 0.42% 0.87% -
XYZ 43.37 33.14 34.68 -
YUV 158.77 125.31 172.39 -
System Red Green Blue C M Y K H S L
Decimal 221 128 154 0 0.42 0.30 0.13 343.23 0.58 0.68
Hex DD 80 9A 0 2A 1E D 157 3A 44
Octal 335 200 232 0 52 36 15 527 72 104
Binary 11011101 10000000 10011010 0 101010 11110 1101 101010111 111010 1000100

Color Harmonies of #DD809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD809A

Black with #DD809A

Text Example


Text Example

White with #DD809A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD809A; }

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

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

background-color css

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

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

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

border-color css

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

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

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