Html Css Color HEX #DD8496 Carissma

📋 copy color: '#DD8496'

red 221 ◦ green 132 ◦ blue 150

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

Shades of Carissma #DD8496

Tints of Carissma #DD8496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.82%

R = 43.94%
G = 26.24%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD8496 (or 0xDD8496) is known color: Carissma. HEX triplet: DD, 84 and 96. RGB value is (221,132,150). Sum of RGB (Red+Green+Blue) = 221+132+150=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8496 is #227B69. Grayscale: #A0A0A0. Windows color (decimal): -2259818 or 9864413. OLE color: 9864413.

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

Color convert

RGB 221 132 150 -
CMYK 0 0.40 0.32 0.13
HSL 347.87º 0.57% 0.69% -
HSV(B) 347.87º 0.4% 0.87% -
XYZ 43.58 34.08 33.13 -
YUV 160.66 121.99 171.04 -
System Red Green Blue C M Y K H S L
Decimal 221 132 150 0 0.40 0.32 0.13 347.87 0.57 0.69
Hex DD 84 96 0 28 20 D 15C 39 45
Octal 335 204 226 0 50 40 15 534 71 105
Binary 11011101 10000100 10010110 0 101000 100000 1101 101011100 111001 1000101

Color Harmonies of #DD8496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8496

Black with #DD8496

Text Example


Text Example

White with #DD8496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8496; }

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

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

background-color css

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

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

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

border-color css

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

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

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