Html Css Color HEX #DA615E Roman

📋 copy color: '#DA615E'

red 218 ◦ green 97 ◦ blue 94

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

Shades of Roman #DA615E

Tints of Roman #DA615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.72%

 BLUE value IS 94 (37.11% from 255) = 22.98%

R = 53.3%
G = 23.72%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA615E (or 0xDA615E) is known color: Roman. HEX triplet: DA, 61 and 5E. RGB value is (218,97,94). Sum of RGB (Red+Green+Blue) = 218+97+94=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA615E is #259EA1. Grayscale: #848484. Windows color (decimal): -2465442 or 6185434. OLE color: 6185434.

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

Color convert

RGB 218 97 94 -
CMYK 0 0.56 0.57 0.15
HSL 1.45º 0.63% 0.61% -
HSV(B) 1.45º 0.57% 0.85% -
XYZ 35.21 24.26 13.42 -
YUV 132.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 218 97 94 0 0.56 0.57 0.15 1.45 0.63 0.61
Hex DA 61 5E 0 38 39 F 1 3F 3D
Octal 332 141 136 0 70 71 17 1 77 75
Binary 11011010 1100001 1011110 0 111000 111001 1111 1 111111 111101

Color Harmonies of #DA615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA615E

Black with #DA615E

Text Example


Text Example

White with #DA615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA615E; }

 p { color: rgb(218,97,94); }

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

background-color css

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

 a { background-color: rgb(218,97,94); }

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

border-color css

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

 span { border-color: rgb(218,97,94); }

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