Html Css Color HEX #DD819F Carissma

📋 copy color: '#DD819F'

red 221 ◦ green 129 ◦ blue 159

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

Shades of Carissma #DD819F

Tints of Carissma #DD819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.34%

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

R = 43.42%
G = 25.34%
B = 31.24%

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

#DD819F (or 0xDD819F) is known color: Carissma. HEX triplet: DD, 81 and 9F. RGB value is (221,129,159). Sum of RGB (Red+Green+Blue) = 221+129+159=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD819F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD819F is #227E60. Grayscale: #9F9F9F. Windows color (decimal): -2260577 or 10453469. OLE color: 10453469.

HSL color Cylindrical-coordinate representation of color #DD819F: hue angle of 340.43º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD819F is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 129 159 -
CMYK 0 0.42 0.28 0.13
HSL 340.43º 0.58% 0.69% -
HSV(B) 340.43º 0.42% 0.87% -
XYZ 43.93 33.58 36.97 -
YUV 159.93 127.48 171.56 -
System Red Green Blue C M Y K H S L
Decimal 221 129 159 0 0.42 0.28 0.13 340.43 0.58 0.69
Hex DD 81 9F 0 2A 1C D 154 3A 45
Octal 335 201 237 0 52 34 15 524 72 105
Binary 11011101 10000001 10011111 0 101010 11100 1101 101010100 111010 1000101

Color Harmonies of #DD819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD819F

Black with #DD819F

Text Example


Text Example

White with #DD819F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD819F; }

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

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

background-color css

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

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

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

border-color css

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

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

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