Html Css Color HEX #DA8990 Carissma

📋 copy color: '#DA8990'

red 218 ◦ green 137 ◦ blue 144

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

Shades of Carissma #DA8990

Tints of Carissma #DA8990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.45%

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

R = 43.69%
G = 27.45%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA8990 (or 0xDA8990) is known color: Carissma. HEX triplet: DA, 89 and 90. RGB value is (218,137,144). Sum of RGB (Red+Green+Blue) = 218+137+144=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8990 is #25766F. Grayscale: #A2A2A2. Windows color (decimal): -2455152 or 9472474. OLE color: 9472474.

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

Color convert

RGB 218 137 144 -
CMYK 0 0.37 0.34 0.15
HSL 354.81º 0.52% 0.7% -
HSV(B) 354.81º 0.37% 0.85% -
XYZ 42.89 34.81 30.84 -
YUV 162.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 218 137 144 0 0.37 0.34 0.15 354.81 0.52 0.7
Hex DA 89 90 0 25 22 F 163 34 46
Octal 332 211 220 0 45 42 17 543 64 106
Binary 11011010 10001001 10010000 0 100101 100010 1111 101100011 110100 1000110

Color Harmonies of #DA8990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8990

Black with #DA8990

Text Example


Text Example

White with #DA8990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8990; }

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

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

background-color css

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

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

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

border-color css

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

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

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