Html Css Color HEX #DA6462 Roman

📋 copy color: '#DA6462'

red 218 ◦ green 100 ◦ blue 98

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

Shades of Roman #DA6462

Tints of Roman #DA6462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.04%

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

R = 52.4%
G = 24.04%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA6462 (or 0xDA6462) is known color: Roman. HEX triplet: DA, 64 and 62. RGB value is (218,100,98). Sum of RGB (Red+Green+Blue) = 218+100+98=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6462 is #259B9D. Grayscale: #878787. Windows color (decimal): -2464670 or 6448346. OLE color: 6448346.

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

Color convert

RGB 218 100 98 -
CMYK 0 0.54 0.55 0.15
HSL 0.62% 0.62% -
HSV(B) 0.55% 0.85% -
XYZ 35.68 24.9 14.48 -
YUV 135.05 107.09 187.16 -
System Red Green Blue C M Y K H S L
Decimal 218 100 98 0 0.54 0.55 0.15 1 0.62 0.62
Hex DA 64 62 0 36 37 F 1 3E 3E
Octal 332 144 142 0 66 67 17 1 76 76
Binary 11011010 1100100 1100010 0 110110 110111 1111 1 111110 111110

Color Harmonies of #DA6462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6462

Black with #DA6462

Text Example


Text Example

White with #DA6462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6462; }

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

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

background-color css

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

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

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

border-color css

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

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

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