Html Css Color HEX #DA8187 Carissma

📋 copy color: '#DA8187'

red 218 ◦ green 129 ◦ blue 135

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

Shades of Carissma #DA8187

Tints of Carissma #DA8187

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.76%

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

R = 45.23%
G = 26.76%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA8187 (or 0xDA8187) is known color: Carissma. HEX triplet: DA, 81 and 87. RGB value is (218,129,135). Sum of RGB (Red+Green+Blue) = 218+129+135=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8187 is #257E78. Grayscale: #9C9C9C. Windows color (decimal): -2457209 or 8880602. OLE color: 8880602.

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

Color convert

RGB 218 129 135 -
CMYK 0 0.41 0.38 0.15
HSL 355.96º 0.55% 0.68% -
HSV(B) 355.96º 0.41% 0.85% -
XYZ 41.14 32.36 27 -
YUV 156.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 218 129 135 0 0.41 0.38 0.15 355.96 0.55 0.68
Hex DA 81 87 0 29 26 F 164 37 44
Octal 332 201 207 0 51 46 17 544 67 104
Binary 11011010 10000001 10000111 0 101001 100110 1111 101100100 110111 1000100

Color Harmonies of #DA8187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8187

Black with #DA8187

Text Example


Text Example

White with #DA8187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8187; }

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

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

background-color css

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

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

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

border-color css

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

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

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