Html Css Color HEX #DD809D Carissma

📋 copy color: '#DD809D'

red 221 ◦ green 128 ◦ blue 157

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

Shades of Carissma #DD809D

Tints of Carissma #DD809D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.03%

R = 43.68%
G = 25.3%
B = 31.03%

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

#DD809D (or 0xDD809D) is known color: Carissma. HEX triplet: DD, 80 and 9D. RGB value is (221,128,157). Sum of RGB (Red+Green+Blue) = 221+128+157=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD809D is #227F62. Grayscale: #9F9F9F. Windows color (decimal): -2260835 or 10322141. OLE color: 10322141.

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

Color convert

RGB 221 128 157 -
CMYK 0 0.42 0.29 0.13
HSL 341.29º 0.58% 0.68% -
HSV(B) 341.29º 0.42% 0.87% -
XYZ 43.62 33.24 36.02 -
YUV 159.11 126.81 172.14 -
System Red Green Blue C M Y K H S L
Decimal 221 128 157 0 0.42 0.29 0.13 341.29 0.58 0.68
Hex DD 80 9D 0 2A 1D D 155 3A 44
Octal 335 200 235 0 52 35 15 525 72 104
Binary 11011101 10000000 10011101 0 101010 11101 1101 101010101 111010 1000100

Color Harmonies of #DD809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD809D

Black with #DD809D

Text Example


Text Example

White with #DD809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD809D; }

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

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

background-color css

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

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

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

border-color css

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

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

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