Html Css Color HEX #DA8287 Carissma

📋 copy color: '#DA8287'

red 218 ◦ green 130 ◦ blue 135

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

Shades of Carissma #DA8287

Tints of Carissma #DA8287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.92%

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

R = 45.13%
G = 26.92%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA8287 (or 0xDA8287) is known color: Carissma. HEX triplet: DA, 82 and 87. RGB value is (218,130,135). Sum of RGB (Red+Green+Blue) = 218+130+135=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8287 is #257D78. Grayscale: #9C9C9C. Windows color (decimal): -2456953 or 8880858. OLE color: 8880858.

HSL color Cylindrical-coordinate representation of color #DA8287: hue angle of 356.59º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8287 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 130 135 -
CMYK 0 0.40 0.38 0.15
HSL 356.59º 0.54% 0.68% -
HSV(B) 356.59º 0.4% 0.85% -
XYZ 41.27 32.62 27.04 -
YUV 156.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 218 130 135 0 0.40 0.38 0.15 356.59 0.54 0.68
Hex DA 82 87 0 28 26 F 165 36 44
Octal 332 202 207 0 50 46 17 545 66 104
Binary 11011010 10000010 10000111 0 101000 100110 1111 101100101 110110 1000100

Color Harmonies of #DA8287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8287

Black with #DA8287

Text Example


Text Example

White with #DA8287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8287; }

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

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

background-color css

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

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

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

border-color css

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

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

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