Html Css Color HEX #DC8994 Carissma

📋 copy color: '#DC8994'

red 220 ◦ green 137 ◦ blue 148

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

Shades of Carissma #DC8994

Tints of Carissma #DC8994

RGB

 RED value IS 220 (86.33% from 255) = 43.56%

 GREEN value IS 137 (53.91% from 255) = 27.13%

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

R = 43.56%
G = 27.13%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC8994 (or 0xDC8994) is known color: Carissma. HEX triplet: DC, 89 and 94. RGB value is (220,137,148). Sum of RGB (Red+Green+Blue) = 220+137+148=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8994 is #23766B. Grayscale: #A3A3A3. Windows color (decimal): -2324076 or 9734620. OLE color: 9734620.

HSL color Cylindrical-coordinate representation of color #DC8994: hue angle of 352.05º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8994 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 137 148 -
CMYK 0 0.38 0.33 0.14
HSL 352.05º 0.54% 0.7% -
HSV(B) 352.05º 0.38% 0.86% -
XYZ 43.81 35.25 32.51 -
YUV 163.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 220 137 148 0 0.38 0.33 0.14 352.05 0.54 0.7
Hex DC 89 94 0 26 21 E 160 36 46
Octal 334 211 224 0 46 41 16 540 66 106
Binary 11011100 10001001 10010100 0 100110 100001 1110 101100000 110110 1000110

Color Harmonies of #DC8994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8994

Black with #DC8994

Text Example


Text Example

White with #DC8994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8994; }

 p { color: rgb(220,137,148); }

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

background-color css

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

 a { background-color: rgb(220,137,148); }

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

border-color css

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

 span { border-color: rgb(220,137,148); }

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