Html Css Color HEX #DA898C Carissma

📋 copy color: '#DA898C'

red 218 ◦ green 137 ◦ blue 140

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

Shades of Carissma #DA898C

Tints of Carissma #DA898C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.28%

R = 44.04%
G = 27.68%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA898C (or 0xDA898C) is known color: Carissma. HEX triplet: DA, 89 and 8C. RGB value is (218,137,140). Sum of RGB (Red+Green+Blue) = 218+137+140=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA898C is #257673. Grayscale: #A1A1A1. Windows color (decimal): -2455156 or 9210330. OLE color: 9210330.

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

Color convert

RGB 218 137 140 -
CMYK 0 0.37 0.36 0.15
HSL 357.78º 0.52% 0.7% -
HSV(B) 357.78º 0.37% 0.85% -
XYZ 42.59 34.69 29.26 -
YUV 161.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 218 137 140 0 0.37 0.36 0.15 357.78 0.52 0.7
Hex DA 89 8C 0 25 24 F 166 34 46
Octal 332 211 214 0 45 44 17 546 64 106
Binary 11011010 10001001 10001100 0 100101 100100 1111 101100110 110100 1000110

Color Harmonies of #DA898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA898C

Black with #DA898C

Text Example


Text Example

White with #DA898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA898C; }

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

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

background-color css

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

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

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

border-color css

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

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

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