Html Css Color HEX #DA8093 Carissma

📋 copy color: '#DA8093'

red 218 ◦ green 128 ◦ blue 147

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

Shades of Carissma #DA8093

Tints of Carissma #DA8093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.82%

R = 44.22%
G = 25.96%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA8093 (or 0xDA8093) is known color: Carissma. HEX triplet: DA, 80 and 93. RGB value is (218,128,147). Sum of RGB (Red+Green+Blue) = 218+128+147=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8093 is #257F6C. Grayscale: #9D9D9D. Windows color (decimal): -2457453 or 9666778. OLE color: 9666778.

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

Color convert

RGB 218 128 147 -
CMYK 0 0.41 0.33 0.15
HSL 347.33º 0.55% 0.68% -
HSV(B) 347.33º 0.41% 0.85% -
XYZ 41.9 32.45 31.66 -
YUV 157.08 122.32 171.46 -
System Red Green Blue C M Y K H S L
Decimal 218 128 147 0 0.41 0.33 0.15 347.33 0.55 0.68
Hex DA 80 93 0 29 21 F 15B 37 44
Octal 332 200 223 0 51 41 17 533 67 104
Binary 11011010 10000000 10010011 0 101001 100001 1111 101011011 110111 1000100

Color Harmonies of #DA8093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8093

Black with #DA8093

Text Example


Text Example

White with #DA8093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8093; }

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

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

background-color css

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

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

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

border-color css

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

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

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