Html Css Color HEX #DB6462 Roman

📋 copy color: '#DB6462'

red 219 ◦ green 100 ◦ blue 98

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

Shades of Roman #DB6462

Tints of Roman #DB6462

RGB

 RED value IS 219 (85.94% from 255) = 52.52%

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

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

R = 52.52%
G = 23.98%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB6462 (or 0xDB6462) is known color: Roman. HEX triplet: DB, 64 and 62. RGB value is (219,100,98). Sum of RGB (Red+Green+Blue) = 219+100+98=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6462 is #249B9D. Grayscale: #878787. Windows color (decimal): -2399134 or 6448347. OLE color: 6448347.

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

Color convert

RGB 219 100 98 -
CMYK 0 0.54 0.55 0.14
HSL 0.99º 0.63% 0.62% -
HSV(B) 0.99º 0.55% 0.86% -
XYZ 35.98 25.06 14.5 -
YUV 135.35 106.92 187.66 -
System Red Green Blue C M Y K H S L
Decimal 219 100 98 0 0.54 0.55 0.14 0.99 0.63 0.62
Hex DB 64 62 0 36 37 E 1 3F 3E
Octal 333 144 142 0 66 67 16 1 77 76
Binary 11011011 1100100 1100010 0 110110 110111 1110 1 111111 111110

Color Harmonies of #DB6462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6462

Black with #DB6462

Text Example


Text Example

White with #DB6462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6462; }

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

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

background-color css

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

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

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

border-color css

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

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

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