Html Css Color HEX #DC8394 Carissma

📋 copy color: '#DC8394'

red 220 ◦ green 131 ◦ blue 148

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

Shades of Carissma #DC8394

Tints of Carissma #DC8394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.25%

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

R = 44.09%
G = 26.25%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC8394 (or 0xDC8394) is known color: Carissma. HEX triplet: DC, 83 and 94. RGB value is (220,131,148). Sum of RGB (Red+Green+Blue) = 220+131+148=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8394 is #237C6B. Grayscale: #9F9F9F. Windows color (decimal): -2325612 or 9733084. OLE color: 9733084.

HSL color Cylindrical-coordinate representation of color #DC8394: hue angle of 348.54º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8394 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 148 -
CMYK 0 0.40 0.33 0.14
HSL 348.54º 0.56% 0.69% -
HSV(B) 348.54º 0.4% 0.86% -
XYZ 42.98 33.59 32.23 -
YUV 159.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 220 131 148 0 0.40 0.33 0.14 348.54 0.56 0.69
Hex DC 83 94 0 28 21 E 15D 38 45
Octal 334 203 224 0 50 41 16 535 70 105
Binary 11011100 10000011 10010100 0 101000 100001 1110 101011101 111000 1000101

Color Harmonies of #DC8394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8394

Black with #DC8394

Text Example


Text Example

White with #DC8394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8394; }

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

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

background-color css

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

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

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

border-color css

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

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

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