Html Css Color HEX #DD8394 Carissma

📋 copy color: '#DD8394'

red 221 ◦ green 131 ◦ blue 148

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

Shades of Carissma #DD8394

Tints of Carissma #DD8394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.6%

R = 44.2%
G = 26.2%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD8394 (or 0xDD8394) is known color: Carissma. HEX triplet: DD, 83 and 94. RGB value is (221,131,148). Sum of RGB (Red+Green+Blue) = 221+131+148=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8394 is #227C6B. Grayscale: #9F9F9F. Windows color (decimal): -2260076 or 9733085. OLE color: 9733085.

HSL color Cylindrical-coordinate representation of color #DD8394: hue angle of 348.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 #DD8394 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 148 -
CMYK 0 0.41 0.33 0.13
HSL 348.67º 0.57% 0.69% -
HSV(B) 348.67º 0.41% 0.87% -
XYZ 43.28 33.74 32.25 -
YUV 159.85 121.32 171.62 -
System Red Green Blue C M Y K H S L
Decimal 221 131 148 0 0.41 0.33 0.13 348.67 0.57 0.69
Hex DD 83 94 0 29 21 D 15D 39 45
Octal 335 203 224 0 51 41 15 535 71 105
Binary 11011101 10000011 10010100 0 101001 100001 1101 101011101 111001 1000101

Color Harmonies of #DD8394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8394

Black with #DD8394

Text Example


Text Example

White with #DD8394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8394; }

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

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

background-color css

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

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

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

border-color css

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

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

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