Html Css Color HEX #DD819E Carissma

📋 copy color: '#DD819E'

red 221 ◦ green 129 ◦ blue 158

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

Shades of Carissma #DD819E

Tints of Carissma #DD819E

RGB

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

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

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

R = 43.5%
G = 25.39%
B = 31.1%

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

#DD819E (or 0xDD819E) is known color: Carissma. HEX triplet: DD, 81 and 9E. RGB value is (221,129,158). Sum of RGB (Red+Green+Blue) = 221+129+158=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD819E is #227E61. Grayscale: #9F9F9F. Windows color (decimal): -2260578 or 10387933. OLE color: 10387933.

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

Color convert

RGB 221 129 158 -
CMYK 0 0.42 0.29 0.13
HSL 341.09º 0.58% 0.69% -
HSV(B) 341.09º 0.42% 0.87% -
XYZ 43.84 33.54 36.51 -
YUV 159.81 126.98 171.64 -
System Red Green Blue C M Y K H S L
Decimal 221 129 158 0 0.42 0.29 0.13 341.09 0.58 0.69
Hex DD 81 9E 0 2A 1D D 155 3A 45
Octal 335 201 236 0 52 35 15 525 72 105
Binary 11011101 10000001 10011110 0 101010 11101 1101 101010101 111010 1000101

Color Harmonies of #DD819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD819E

Black with #DD819E

Text Example


Text Example

White with #DD819E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD819E; }

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

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

background-color css

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

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

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

border-color css

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

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

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