Html Css Color HEX #DA8394 Carissma

📋 copy color: '#DA8394'

red 218 ◦ green 131 ◦ blue 148

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

Shades of Carissma #DA8394

Tints of Carissma #DA8394

RGB

 RED value IS 218 (85.55% from 255) = 43.86%

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

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

R = 43.86%
G = 26.36%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA8394 (or 0xDA8394) is known color: Carissma. HEX triplet: DA, 83 and 94. RGB value is (218,131,148). Sum of RGB (Red+Green+Blue) = 218+131+148=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8394 is #257C6B. Grayscale: #9E9E9E. Windows color (decimal): -2456684 or 9733082. OLE color: 9733082.

HSL color Cylindrical-coordinate representation of color #DA8394: hue angle of 348.28º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8394 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 131 148 -
CMYK 0 0.40 0.32 0.15
HSL 348.28º 0.54% 0.68% -
HSV(B) 348.28º 0.4% 0.85% -
XYZ 42.38 33.28 32.21 -
YUV 158.95 121.82 170.12 -
System Red Green Blue C M Y K H S L
Decimal 218 131 148 0 0.40 0.32 0.15 348.28 0.54 0.68
Hex DA 83 94 0 28 20 F 15C 36 44
Octal 332 203 224 0 50 40 17 534 66 104
Binary 11011010 10000011 10010100 0 101000 100000 1111 101011100 110110 1000100

Color Harmonies of #DA8394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8394

Black with #DA8394

Text Example


Text Example

White with #DA8394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8394; }

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

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

background-color css

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

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

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

border-color css

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

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

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