Html Css Color HEX #DA898D Carissma

📋 copy color: '#DA898D'

red 218 ◦ green 137 ◦ blue 141

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

Shades of Carissma #DA898D

Tints of Carissma #DA898D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.43%

R = 43.95%
G = 27.62%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA898D (or 0xDA898D) is known color: Carissma. HEX triplet: DA, 89 and 8D. RGB value is (218,137,141). Sum of RGB (Red+Green+Blue) = 218+137+141=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA898D is #257672. Grayscale: #A1A1A1. Windows color (decimal): -2455155 or 9275866. OLE color: 9275866.

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

Color convert

RGB 218 137 141 -
CMYK 0 0.37 0.35 0.15
HSL 357.04º 0.52% 0.7% -
HSV(B) 357.04º 0.37% 0.85% -
XYZ 42.67 34.72 29.65 -
YUV 161.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 218 137 141 0 0.37 0.35 0.15 357.04 0.52 0.7
Hex DA 89 8D 0 25 23 F 165 34 46
Octal 332 211 215 0 45 43 17 545 64 106
Binary 11011010 10001001 10001101 0 100101 100011 1111 101100101 110100 1000110

Color Harmonies of #DA898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA898D

Black with #DA898D

Text Example


Text Example

White with #DA898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA898D; }

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

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

background-color css

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

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

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

border-color css

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

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

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