Html Css Color HEX #DD8895 Carissma

📋 copy color: '#DD8895'

red 221 ◦ green 136 ◦ blue 149

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

Shades of Carissma #DD8895

Tints of Carissma #DD8895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.45%

R = 43.68%
G = 26.88%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD8895 (or 0xDD8895) is known color: Carissma. HEX triplet: DD, 88 and 95. RGB value is (221,136,149). Sum of RGB (Red+Green+Blue) = 221+136+149=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8895 is #22776A. Grayscale: #A2A2A2. Windows color (decimal): -2258795 or 9799901. OLE color: 9799901.

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

Color convert

RGB 221 136 149 -
CMYK 0 0.38 0.33 0.13
HSL 350.82º 0.56% 0.7% -
HSV(B) 350.82º 0.38% 0.87% -
XYZ 44.05 35.15 32.9 -
YUV 162.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 221 136 149 0 0.38 0.33 0.13 350.82 0.56 0.7
Hex DD 88 95 0 26 21 D 15F 38 46
Octal 335 210 225 0 46 41 15 537 70 106
Binary 11011101 10001000 10010101 0 100110 100001 1101 101011111 111000 1000110

Color Harmonies of #DD8895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8895

Black with #DD8895

Text Example


Text Example

White with #DD8895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8895; }

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

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

background-color css

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

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

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

border-color css

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

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

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