Html Css Color HEX #DD8894 Carissma

📋 copy color: '#DD8894'

red 221 ◦ green 136 ◦ blue 148

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

Shades of Carissma #DD8894

Tints of Carissma #DD8894

RGB

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

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

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

R = 43.76%
G = 26.93%
B = 29.31%

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

#DD8894 (or 0xDD8894) is known color: Carissma. HEX triplet: DD, 88 and 94. RGB value is (221,136,148). Sum of RGB (Red+Green+Blue) = 221+136+148=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8894 is #22776B. Grayscale: #A2A2A2. Windows color (decimal): -2258796 or 9734365. OLE color: 9734365.

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

Color convert

RGB 221 136 148 -
CMYK 0 0.38 0.33 0.13
HSL 351.53º 0.56% 0.7% -
HSV(B) 351.53º 0.38% 0.87% -
XYZ 43.97 35.12 32.48 -
YUV 162.78 119.66 169.52 -
System Red Green Blue C M Y K H S L
Decimal 221 136 148 0 0.38 0.33 0.13 351.53 0.56 0.7
Hex DD 88 94 0 26 21 D 160 38 46
Octal 335 210 224 0 46 41 15 540 70 106
Binary 11011101 10001000 10010100 0 100110 100001 1101 101100000 111000 1000110

Color Harmonies of #DD8894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8894

Black with #DD8894

Text Example


Text Example

White with #DD8894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8894; }

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

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

background-color css

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

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

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

border-color css

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

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

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