Html Css Color HEX #DA888B Carissma

📋 copy color: '#DA888B'

red 218 ◦ green 136 ◦ blue 139

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

Shades of Carissma #DA888B

Tints of Carissma #DA888B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.59%

 BLUE value IS 139 (54.69% from 255) = 28.19%

R = 44.22%
G = 27.59%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA888B (or 0xDA888B) is known color: Carissma. HEX triplet: DA, 88 and 8B. RGB value is (218,136,139). Sum of RGB (Red+Green+Blue) = 218+136+139=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA888B is #257774. Grayscale: #A0A0A0. Windows color (decimal): -2455413 or 9144538. OLE color: 9144538.

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

Color convert

RGB 218 136 139 -
CMYK 0 0.38 0.36 0.15
HSL 357.8º 0.53% 0.69% -
HSV(B) 357.8º 0.38% 0.85% -
XYZ 42.38 34.38 28.83 -
YUV 160.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 218 136 139 0 0.38 0.36 0.15 357.8 0.53 0.69
Hex DA 88 8B 0 26 24 F 166 35 45
Octal 332 210 213 0 46 44 17 546 65 105
Binary 11011010 10001000 10001011 0 100110 100100 1111 101100110 110101 1000101

Color Harmonies of #DA888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA888B

Black with #DA888B

Text Example


Text Example

White with #DA888B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA888B; }

 p { color: rgb(218,136,139); }

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

background-color css

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

 a { background-color: rgb(218,136,139); }

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

border-color css

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

 span { border-color: rgb(218,136,139); }

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