Html Css Color HEX #DA8890 Carissma

📋 copy color: '#DA8890'

red 218 ◦ green 136 ◦ blue 144

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

Shades of Carissma #DA8890

Tints of Carissma #DA8890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.31%

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

R = 43.78%
G = 27.31%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA8890 (or 0xDA8890) is known color: Carissma. HEX triplet: DA, 88 and 90. RGB value is (218,136,144). Sum of RGB (Red+Green+Blue) = 218+136+144=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8890 is #25776F. Grayscale: #A1A1A1. Windows color (decimal): -2455408 or 9472218. OLE color: 9472218.

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

Color convert

RGB 218 136 144 -
CMYK 0 0.38 0.34 0.15
HSL 354.15º 0.53% 0.69% -
HSV(B) 354.15º 0.38% 0.85% -
XYZ 42.75 34.53 30.8 -
YUV 161.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 218 136 144 0 0.38 0.34 0.15 354.15 0.53 0.69
Hex DA 88 90 0 26 22 F 162 35 45
Octal 332 210 220 0 46 42 17 542 65 105
Binary 11011010 10001000 10010000 0 100110 100010 1111 101100010 110101 1000101

Color Harmonies of #DA8890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8890

Black with #DA8890

Text Example


Text Example

White with #DA8890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8890; }

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

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

background-color css

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

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

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

border-color css

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

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

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