Html Css Color HEX #DA6362 Roman

📋 copy color: '#DA6362'

red 218 ◦ green 99 ◦ blue 98

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

Shades of Roman #DA6362

Tints of Roman #DA6362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.86%

 BLUE value IS 98 (38.67% from 255) = 23.61%

R = 52.53%
G = 23.86%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA6362 (or 0xDA6362) is known color: Roman. HEX triplet: DA, 63 and 62. RGB value is (218,99,98). Sum of RGB (Red+Green+Blue) = 218+99+98=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6362 is #259C9D. Grayscale: #868686. Windows color (decimal): -2464926 or 6448090. OLE color: 6448090.

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

Color convert

RGB 218 99 98 -
CMYK 0 0.55 0.55 0.15
HSL 0.5º 0.62% 0.62% -
HSV(B) 0.5º 0.55% 0.85% -
XYZ 35.58 24.71 14.45 -
YUV 134.47 107.42 187.58 -
System Red Green Blue C M Y K H S L
Decimal 218 99 98 0 0.55 0.55 0.15 0.5 0.62 0.62
Hex DA 63 62 0 37 37 F 0 3E 3E
Octal 332 143 142 0 67 67 17 0 76 76
Binary 11011010 1100011 1100010 0 110111 110111 1111 0 111110 111110

Color Harmonies of #DA6362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6362

Black with #DA6362

Text Example


Text Example

White with #DA6362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6362; }

 p { color: rgb(218,99,98); }

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

background-color css

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

 a { background-color: rgb(218,99,98); }

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

border-color css

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

 span { border-color: rgb(218,99,98); }

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