Html Css Color HEX #DA8392 Carissma

📋 copy color: '#DA8392'

red 218 ◦ green 131 ◦ blue 146

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

Shades of Carissma #DA8392

Tints of Carissma #DA8392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.49%

R = 44.04%
G = 26.46%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA8392 (or 0xDA8392) is known color: Carissma. HEX triplet: DA, 83 and 92. RGB value is (218,131,146). Sum of RGB (Red+Green+Blue) = 218+131+146=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8392 is #257C6D. Grayscale: #9E9E9E. Windows color (decimal): -2456686 or 9602010. OLE color: 9602010.

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

Color convert

RGB 218 131 146 -
CMYK 0 0.40 0.33 0.15
HSL 349.66º 0.54% 0.68% -
HSV(B) 349.66º 0.4% 0.85% -
XYZ 42.22 33.21 31.38 -
YUV 158.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 218 131 146 0 0.40 0.33 0.15 349.66 0.54 0.68
Hex DA 83 92 0 28 21 F 15E 36 44
Octal 332 203 222 0 50 41 17 536 66 104
Binary 11011010 10000011 10010010 0 101000 100001 1111 101011110 110110 1000100

Color Harmonies of #DA8392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8392

Black with #DA8392

Text Example


Text Example

White with #DA8392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8392; }

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

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

background-color css

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

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

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

border-color css

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

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

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