Html Css Color HEX #DD8494 Carissma

📋 copy color: '#DD8494'

red 221 ◦ green 132 ◦ blue 148

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

Shades of Carissma #DD8494

Tints of Carissma #DD8494

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.35%

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

R = 44.11%
G = 26.35%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD8494 (or 0xDD8494) is known color: Carissma. HEX triplet: DD, 84 and 94. RGB value is (221,132,148). Sum of RGB (Red+Green+Blue) = 221+132+148=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8494 is #227B6B. Grayscale: #A0A0A0. Windows color (decimal): -2259820 or 9733341. OLE color: 9733341.

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

Color convert

RGB 221 132 148 -
CMYK 0 0.40 0.33 0.13
HSL 349.21º 0.57% 0.69% -
HSV(B) 349.21º 0.4% 0.87% -
XYZ 43.42 34.01 32.29 -
YUV 160.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 221 132 148 0 0.40 0.33 0.13 349.21 0.57 0.69
Hex DD 84 94 0 28 21 D 15D 39 45
Octal 335 204 224 0 50 41 15 535 71 105
Binary 11011101 10000100 10010100 0 101000 100001 1101 101011101 111001 1000101

Color Harmonies of #DD8494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8494

Black with #DD8494

Text Example


Text Example

White with #DD8494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8494; }

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

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

background-color css

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

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

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

border-color css

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

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

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