Html Css Color HEX #DC8894 Carissma

📋 copy color: '#DC8894'

red 220 ◦ green 136 ◦ blue 148

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

Shades of Carissma #DC8894

Tints of Carissma #DC8894

RGB

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

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

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

R = 43.65%
G = 26.98%
B = 29.37%

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

#DC8894 (or 0xDC8894) is known color: Carissma. HEX triplet: DC, 88 and 94. RGB value is (220,136,148). Sum of RGB (Red+Green+Blue) = 220+136+148=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8894 is #23776B. Grayscale: #A2A2A2. Windows color (decimal): -2324332 or 9734364. OLE color: 9734364.

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

Color convert

RGB 220 136 148 -
CMYK 0 0.38 0.33 0.14
HSL 351.43º 0.55% 0.7% -
HSV(B) 351.43º 0.38% 0.86% -
XYZ 43.66 34.96 32.46 -
YUV 162.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 220 136 148 0 0.38 0.33 0.14 351.43 0.55 0.7
Hex DC 88 94 0 26 21 E 15F 37 46
Octal 334 210 224 0 46 41 16 537 67 106
Binary 11011100 10001000 10010100 0 100110 100001 1110 101011111 110111 1000110

Color Harmonies of #DC8894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8894

Black with #DC8894

Text Example


Text Example

White with #DC8894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8894; }

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

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

background-color css

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

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

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

border-color css

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

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

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