Html Css Color HEX #DA898B Carissma

📋 copy color: '#DA898B'

red 218 ◦ green 137 ◦ blue 139

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

Shades of Carissma #DA898B

Tints of Carissma #DA898B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.14%

R = 44.13%
G = 27.73%
B = 28.14%

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

#DA898B (or 0xDA898B) is known color: Carissma. HEX triplet: DA, 89 and 8B. RGB value is (218,137,139). Sum of RGB (Red+Green+Blue) = 218+137+139=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA898B is #257674. Grayscale: #A1A1A1. Windows color (decimal): -2455157 or 9144794. OLE color: 9144794.

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

Color convert

RGB 218 137 139 -
CMYK 0 0.37 0.36 0.15
HSL 358.52º 0.52% 0.7% -
HSV(B) 358.52º 0.37% 0.85% -
XYZ 42.52 34.66 28.88 -
YUV 161.45 115.34 168.34 -
System Red Green Blue C M Y K H S L
Decimal 218 137 139 0 0.37 0.36 0.15 358.52 0.52 0.7
Hex DA 89 8B 0 25 24 F 167 34 46
Octal 332 211 213 0 45 44 17 547 64 106
Binary 11011010 10001001 10001011 0 100101 100100 1111 101100111 110100 1000110

Color Harmonies of #DA898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA898B

Black with #DA898B

Text Example


Text Example

White with #DA898B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA898B; }

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

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

background-color css

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

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

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

border-color css

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

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

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