Html Css Color HEX #DA8390 Carissma

📋 copy color: '#DA8390'

red 218 ◦ green 131 ◦ blue 144

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

Shades of Carissma #DA8390

Tints of Carissma #DA8390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.21%

R = 44.22%
G = 26.57%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA8390 (or 0xDA8390) is known color: Carissma. HEX triplet: DA, 83 and 90. RGB value is (218,131,144). Sum of RGB (Red+Green+Blue) = 218+131+144=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8390 is #257C6F. Grayscale: #9E9E9E. Windows color (decimal): -2456688 or 9470938. OLE color: 9470938.

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

Color convert

RGB 218 131 144 -
CMYK 0 0.40 0.34 0.15
HSL 351.03º 0.54% 0.68% -
HSV(B) 351.03º 0.4% 0.85% -
XYZ 42.06 33.15 30.57 -
YUV 158.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 218 131 144 0 0.40 0.34 0.15 351.03 0.54 0.68
Hex DA 83 90 0 28 22 F 15F 36 44
Octal 332 203 220 0 50 42 17 537 66 104
Binary 11011010 10000011 10010000 0 101000 100010 1111 101011111 110110 1000100

Color Harmonies of #DA8390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8390

Black with #DA8390

Text Example


Text Example

White with #DA8390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8390; }

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

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

background-color css

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

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

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

border-color css

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

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

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