Html Css Color HEX #DA8688 Carissma

📋 copy color: '#DA8688'

red 218 ◦ green 134 ◦ blue 136

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

Shades of Carissma #DA8688

Tints of Carissma #DA8688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.87%

R = 44.67%
G = 27.46%
B = 27.87%

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

#DA8688 (or 0xDA8688) is known color: Carissma. HEX triplet: DA, 86 and 88. RGB value is (218,134,136). Sum of RGB (Red+Green+Blue) = 218+134+136=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8688 is #257977. Grayscale: #9F9F9F. Windows color (decimal): -2455928 or 8947418. OLE color: 8947418.

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

Color convert

RGB 218 134 136 -
CMYK 0 0.39 0.38 0.15
HSL 358.57º 0.53% 0.69% -
HSV(B) 358.57º 0.39% 0.85% -
XYZ 41.88 33.73 27.6 -
YUV 159.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 218 134 136 0 0.39 0.38 0.15 358.57 0.53 0.69
Hex DA 86 88 0 27 26 F 167 35 45
Octal 332 206 210 0 47 46 17 547 65 105
Binary 11011010 10000110 10001000 0 100111 100110 1111 101100111 110101 1000101

Color Harmonies of #DA8688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8688

Black with #DA8688

Text Example


Text Example

White with #DA8688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8688; }

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

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

background-color css

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

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

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

border-color css

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

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

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