Html Css Color HEX #DD819B Carissma

📋 copy color: '#DD819B'

red 221 ◦ green 129 ◦ blue 155

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

Shades of Carissma #DD819B

Tints of Carissma #DD819B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.69%

R = 43.76%
G = 25.54%
B = 30.69%

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

#DD819B (or 0xDD819B) is known color: Carissma. HEX triplet: DD, 81 and 9B. RGB value is (221,129,155). Sum of RGB (Red+Green+Blue) = 221+129+155=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD819B is #227E64. Grayscale: #9F9F9F. Windows color (decimal): -2260581 or 10191325. OLE color: 10191325.

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

Color convert

RGB 221 129 155 -
CMYK 0 0.42 0.30 0.13
HSL 343.04º 0.58% 0.69% -
HSV(B) 343.04º 0.42% 0.87% -
XYZ 43.59 33.44 35.17 -
YUV 159.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 221 129 155 0 0.42 0.30 0.13 343.04 0.58 0.69
Hex DD 81 9B 0 2A 1E D 157 3A 45
Octal 335 201 233 0 52 36 15 527 72 105
Binary 11011101 10000001 10011011 0 101010 11110 1101 101010111 111010 1000101

Color Harmonies of #DD819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD819B

Black with #DD819B

Text Example


Text Example

White with #DD819B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD819B; }

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

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

background-color css

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

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

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

border-color css

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

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

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