Html Css Color HEX #DA8794 Carissma

📋 copy color: '#DA8794'

red 218 ◦ green 135 ◦ blue 148

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

Shades of Carissma #DA8794

Tints of Carissma #DA8794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.95%

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 43.51%
G = 26.95%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA8794 (or 0xDA8794) is known color: Carissma. HEX triplet: DA, 87 and 94. RGB value is (218,135,148). Sum of RGB (Red+Green+Blue) = 218+135+148=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8794 is #25786B. Grayscale: #A1A1A1. Windows color (decimal): -2455660 or 9734106. OLE color: 9734106.

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

Color convert

RGB 218 135 148 -
CMYK 0 0.38 0.32 0.15
HSL 350.6º 0.53% 0.69% -
HSV(B) 350.6º 0.38% 0.85% -
XYZ 42.92 34.37 32.39 -
YUV 161.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 218 135 148 0 0.38 0.32 0.15 350.6 0.53 0.69
Hex DA 87 94 0 26 20 F 15F 35 45
Octal 332 207 224 0 46 40 17 537 65 105
Binary 11011010 10000111 10010100 0 100110 100000 1111 101011111 110101 1000101

Color Harmonies of #DA8794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8794

Black with #DA8794

Text Example


Text Example

White with #DA8794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8794; }

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

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

background-color css

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

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

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

border-color css

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

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

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