Html Css Color HEX #DA5F5C Roman

📋 copy color: '#DA5F5C'

red 218 ◦ green 95 ◦ blue 92

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

Shades of Roman #DA5F5C

Tints of Roman #DA5F5C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.46%

 BLUE value IS 92 (36.33% from 255) = 22.72%

R = 53.83%
G = 23.46%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA5F5C (or 0xDA5F5C) is known color: Roman. HEX triplet: DA, 5F and 5C. RGB value is (218,95,92). Sum of RGB (Red+Green+Blue) = 218+95+92=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5F5C is #25A0A3. Grayscale: #838383. Windows color (decimal): -2465956 or 6053850. OLE color: 6053850.

HSL color Cylindrical-coordinate representation of color #DA5F5C: hue angle of 1.43º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5F5C is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 95 92 -
CMYK 0 0.56 0.58 0.15
HSL 1.43º 0.63% 0.61% -
HSV(B) 1.43º 0.58% 0.85% -
XYZ 34.94 23.86 12.89 -
YUV 131.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 218 95 92 0 0.56 0.58 0.15 1.43 0.63 0.61
Hex DA 5F 5C 0 38 3A F 1 3F 3D
Octal 332 137 134 0 70 72 17 1 77 75
Binary 11011010 1011111 1011100 0 111000 111010 1111 1 111111 111101

Color Harmonies of #DA5F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5F5C

Black with #DA5F5C

Text Example


Text Example

White with #DA5F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5F5C; }

 p { color: rgb(218,95,92); }

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

background-color css

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

 a { background-color: rgb(218,95,92); }

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

border-color css

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

 span { border-color: rgb(218,95,92); }

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