Html Css Color HEX #DA8094 Carissma

📋 copy color: '#DA8094'

red 218 ◦ green 128 ◦ blue 148

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

Shades of Carissma #DA8094

Tints of Carissma #DA8094

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.91%

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

R = 44.13%
G = 25.91%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA8094 (or 0xDA8094) is known color: Carissma. HEX triplet: DA, 80 and 94. RGB value is (218,128,148). Sum of RGB (Red+Green+Blue) = 218+128+148=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8094 is #257F6B. Grayscale: #9D9D9D. Windows color (decimal): -2457452 or 9732314. OLE color: 9732314.

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

Color convert

RGB 218 128 148 -
CMYK 0 0.41 0.32 0.15
HSL 346.67º 0.55% 0.68% -
HSV(B) 346.67º 0.41% 0.85% -
XYZ 41.98 32.48 32.07 -
YUV 157.19 122.82 171.37 -
System Red Green Blue C M Y K H S L
Decimal 218 128 148 0 0.41 0.32 0.15 346.67 0.55 0.68
Hex DA 80 94 0 29 20 F 15B 37 44
Octal 332 200 224 0 51 40 17 533 67 104
Binary 11011010 10000000 10010100 0 101001 100000 1111 101011011 110111 1000100

Color Harmonies of #DA8094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8094

Black with #DA8094

Text Example


Text Example

White with #DA8094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8094; }

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

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

background-color css

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

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

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

border-color css

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

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

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