Html Css Color HEX #DA8490 Carissma

📋 copy color: '#DA8490'

red 218 ◦ green 132 ◦ blue 144

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

Shades of Carissma #DA8490

Tints of Carissma #DA8490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.72%

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

R = 44.13%
G = 26.72%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA8490 (or 0xDA8490) is known color: Carissma. HEX triplet: DA, 84 and 90. RGB value is (218,132,144). Sum of RGB (Red+Green+Blue) = 218+132+144=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8490 is #257B6F. Grayscale: #9F9F9F. Windows color (decimal): -2456432 or 9471194. OLE color: 9471194.

HSL color Cylindrical-coordinate representation of color #DA8490: hue angle of 351.63º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8490 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 132 144 -
CMYK 0 0.39 0.34 0.15
HSL 351.63º 0.54% 0.69% -
HSV(B) 351.63º 0.39% 0.85% -
XYZ 42.2 33.42 30.61 -
YUV 159.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 218 132 144 0 0.39 0.34 0.15 351.63 0.54 0.69
Hex DA 84 90 0 27 22 F 160 36 45
Octal 332 204 220 0 47 42 17 540 66 105
Binary 11011010 10000100 10010000 0 100111 100010 1111 101100000 110110 1000101

Color Harmonies of #DA8490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8490

Black with #DA8490

Text Example


Text Example

White with #DA8490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8490; }

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

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

background-color css

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

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

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

border-color css

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

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

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