Html Css Color HEX #DA8687 Carissma

📋 copy color: '#DA8687'

red 218 ◦ green 134 ◦ blue 135

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

Shades of Carissma #DA8687

Tints of Carissma #DA8687

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.52%

 BLUE value IS 135 (53.13% from 255) = 27.72%

R = 44.76%
G = 27.52%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA8687 (or 0xDA8687) is known color: Carissma. HEX triplet: DA, 86 and 87. RGB value is (218,134,135). Sum of RGB (Red+Green+Blue) = 218+134+135=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8687 is #257978. Grayscale: #9F9F9F. Windows color (decimal): -2455929 or 8881882. OLE color: 8881882.

HSL color Cylindrical-coordinate representation of color #DA8687: hue angle of 359.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8687 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 134 135 -
CMYK 0 0.39 0.38 0.15
HSL 359.29º 0.53% 0.69% -
HSV(B) 359.29º 0.39% 0.85% -
XYZ 41.81 33.7 27.22 -
YUV 159.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 218 134 135 0 0.39 0.38 0.15 359.29 0.53 0.69
Hex DA 86 87 0 27 26 F 167 35 45
Octal 332 206 207 0 47 46 17 547 65 105
Binary 11011010 10000110 10000111 0 100111 100110 1111 101100111 110101 1000101

Color Harmonies of #DA8687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8687

Black with #DA8687

Text Example


Text Example

White with #DA8687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8687; }

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

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

background-color css

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

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

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

border-color css

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

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

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