Html Css Color HEX #DD8391 Carissma

📋 copy color: '#DD8391'

red 221 ◦ green 131 ◦ blue 145

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

Shades of Carissma #DD8391

Tints of Carissma #DD8391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.36%

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

R = 44.47%
G = 26.36%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD8391 (or 0xDD8391) is known color: Carissma. HEX triplet: DD, 83 and 91. RGB value is (221,131,145). Sum of RGB (Red+Green+Blue) = 221+131+145=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8391 is #227C6E. Grayscale: #9F9F9F. Windows color (decimal): -2260079 or 9536477. OLE color: 9536477.

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

Color convert

RGB 221 131 145 -
CMYK 0 0.41 0.34 0.13
HSL 350.67º 0.57% 0.69% -
HSV(B) 350.67º 0.41% 0.87% -
XYZ 43.05 33.65 31.01 -
YUV 159.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 221 131 145 0 0.41 0.34 0.13 350.67 0.57 0.69
Hex DD 83 91 0 29 22 D 15F 39 45
Octal 335 203 221 0 51 42 15 537 71 105
Binary 11011101 10000011 10010001 0 101001 100010 1101 101011111 111001 1000101

Color Harmonies of #DD8391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8391

Black with #DD8391

Text Example


Text Example

White with #DD8391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8391; }

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

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

background-color css

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

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

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

border-color css

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

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

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