Html Css Color HEX #DD8191 Carissma

📋 copy color: '#DD8191'

red 221 ◦ green 129 ◦ blue 145

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

Shades of Carissma #DD8191

Tints of Carissma #DD8191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.29%

R = 44.65%
G = 26.06%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD8191 (or 0xDD8191) is known color: Carissma. HEX triplet: DD, 81 and 91. RGB value is (221,129,145). Sum of RGB (Red+Green+Blue) = 221+129+145=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8191 is #227E6E. Grayscale: #9E9E9E. Windows color (decimal): -2260591 or 9535965. OLE color: 9535965.

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

Color convert

RGB 221 129 145 -
CMYK 0 0.42 0.34 0.13
HSL 349.57º 0.58% 0.69% -
HSV(B) 349.57º 0.42% 0.87% -
XYZ 42.78 33.12 30.93 -
YUV 158.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 221 129 145 0 0.42 0.34 0.13 349.57 0.58 0.69
Hex DD 81 91 0 2A 22 D 15E 3A 45
Octal 335 201 221 0 52 42 15 536 72 105
Binary 11011101 10000001 10010001 0 101010 100010 1101 101011110 111010 1000101

Color Harmonies of #DD8191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8191

Black with #DD8191

Text Example


Text Example

White with #DD8191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8191; }

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

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

background-color css

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

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

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

border-color css

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

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

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