Html Css Color HEX #DA8593 Carissma

📋 copy color: '#DA8593'

red 218 ◦ green 133 ◦ blue 147

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

Shades of Carissma #DA8593

Tints of Carissma #DA8593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.71%

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

R = 43.78%
G = 26.71%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA8593 (or 0xDA8593) is known color: Carissma. HEX triplet: DA, 85 and 93. RGB value is (218,133,147). Sum of RGB (Red+Green+Blue) = 218+133+147=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8593 is #257A6C. Grayscale: #A0A0A0. Windows color (decimal): -2456173 or 9668058. OLE color: 9668058.

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

Color convert

RGB 218 133 147 -
CMYK 0 0.39 0.33 0.15
HSL 350.12º 0.53% 0.69% -
HSV(B) 350.12º 0.39% 0.85% -
XYZ 42.57 33.79 31.88 -
YUV 160.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 218 133 147 0 0.39 0.33 0.15 350.12 0.53 0.69
Hex DA 85 93 0 27 21 F 15E 35 45
Octal 332 205 223 0 47 41 17 536 65 105
Binary 11011010 10000101 10010011 0 100111 100001 1111 101011110 110101 1000101

Color Harmonies of #DA8593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8593

Black with #DA8593

Text Example


Text Example

White with #DA8593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8593; }

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

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

background-color css

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

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

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

border-color css

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

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

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