Html Css Color HEX #DD8892 Carissma

📋 copy color: '#DD8892'

red 221 ◦ green 136 ◦ blue 146

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

Shades of Carissma #DD8892

Tints of Carissma #DD8892

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.04%

 BLUE value IS 146 (57.42% from 255) = 29.03%

R = 43.94%
G = 27.04%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD8892 (or 0xDD8892) is known color: Carissma. HEX triplet: DD, 88 and 92. RGB value is (221,136,146). Sum of RGB (Red+Green+Blue) = 221+136+146=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8892 is #22776D. Grayscale: #A2A2A2. Windows color (decimal): -2258798 or 9603293. OLE color: 9603293.

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

Color convert

RGB 221 136 146 -
CMYK 0 0.38 0.34 0.13
HSL 352.94º 0.56% 0.7% -
HSV(B) 352.94º 0.38% 0.87% -
XYZ 43.81 35.06 31.65 -
YUV 162.56 118.66 169.69 -
System Red Green Blue C M Y K H S L
Decimal 221 136 146 0 0.38 0.34 0.13 352.94 0.56 0.7
Hex DD 88 92 0 26 22 D 161 38 46
Octal 335 210 222 0 46 42 15 541 70 106
Binary 11011101 10001000 10010010 0 100110 100010 1101 101100001 111000 1000110

Color Harmonies of #DD8892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8892

Black with #DD8892

Text Example


Text Example

White with #DD8892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8892; }

 p { color: rgb(221,136,146); }

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

background-color css

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

 a { background-color: rgb(221,136,146); }

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

border-color css

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

 span { border-color: rgb(221,136,146); }

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