Html Css Color HEX #DA878D Carissma

📋 copy color: '#DA878D'

red 218 ◦ green 135 ◦ blue 141

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

Shades of Carissma #DA878D

Tints of Carissma #DA878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.33%

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

R = 44.13%
G = 27.33%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA878D (or 0xDA878D) is known color: Carissma. HEX triplet: DA, 87 and 8D. RGB value is (218,135,141). Sum of RGB (Red+Green+Blue) = 218+135+141=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA878D is #257872. Grayscale: #A0A0A0. Windows color (decimal): -2455667 or 9275354. OLE color: 9275354.

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

Color convert

RGB 218 135 141 -
CMYK 0 0.38 0.35 0.15
HSL 355.66º 0.53% 0.69% -
HSV(B) 355.66º 0.38% 0.85% -
XYZ 42.39 34.16 29.56 -
YUV 160.5 117 169.01 -
System Red Green Blue C M Y K H S L
Decimal 218 135 141 0 0.38 0.35 0.15 355.66 0.53 0.69
Hex DA 87 8D 0 26 23 F 164 35 45
Octal 332 207 215 0 46 43 17 544 65 105
Binary 11011010 10000111 10001101 0 100110 100011 1111 101100100 110101 1000101

Color Harmonies of #DA878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA878D

Black with #DA878D

Text Example


Text Example

White with #DA878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA878D; }

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

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

background-color css

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

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

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

border-color css

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

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

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