Html Css Color HEX #DD819D Carissma

📋 copy color: '#DD819D'

red 221 ◦ green 129 ◦ blue 157

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

Shades of Carissma #DD819D

Tints of Carissma #DD819D

RGB

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

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

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

R = 43.59%
G = 25.44%
B = 30.97%

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

#DD819D (or 0xDD819D) is known color: Carissma. HEX triplet: DD, 81 and 9D. RGB value is (221,129,157). Sum of RGB (Red+Green+Blue) = 221+129+157=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD819D is #227E62. Grayscale: #9F9F9F. Windows color (decimal): -2260579 or 10322397. OLE color: 10322397.

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

Color convert

RGB 221 129 157 -
CMYK 0 0.42 0.29 0.13
HSL 341.74º 0.58% 0.69% -
HSV(B) 341.74º 0.42% 0.87% -
XYZ 43.75 33.51 36.06 -
YUV 159.7 126.48 171.72 -
System Red Green Blue C M Y K H S L
Decimal 221 129 157 0 0.42 0.29 0.13 341.74 0.58 0.69
Hex DD 81 9D 0 2A 1D D 156 3A 45
Octal 335 201 235 0 52 35 15 526 72 105
Binary 11011101 10000001 10011101 0 101010 11101 1101 101010110 111010 1000101

Color Harmonies of #DD819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD819D

Black with #DD819D

Text Example


Text Example

White with #DD819D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD819D; }

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

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

background-color css

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

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

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

border-color css

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

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

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