Html Css Color HEX #DB0274 Ruby

📋 copy color: '#DB0274'

red 219 ◦ green 2 ◦ blue 116

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

Shades of Ruby #DB0274

Tints of Ruby #DB0274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 116 (45.7% from 255) = 34.42%

R = 64.99%
G = 0.59%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB0274 (or 0xDB0274) is known color: Ruby. HEX triplet: DB, 02 and 74. RGB value is (219,2,116). Sum of RGB (Red+Green+Blue) = 219+2+116=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0274 is #24FD8B. Grayscale: #4F4F4F. Windows color (decimal): -2424204 or 7602907. OLE color: 7602907.

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

Color convert

RGB 219 2 116 -
CMYK 0 0.99 0.47 0.14
HSL 328.48º 0.98% 0.43% -
HSV(B) 328.48º 0.99% 0.86% -
XYZ 32.39 16.36 17.97 -
YUV 79.88 148.39 227.23 -
System Red Green Blue C M Y K H S L
Decimal 219 2 116 0 0.99 0.47 0.14 328.48 0.98 0.43
Hex DB 2 74 0 63 2F E 148 62 2B
Octal 333 2 164 0 143 57 16 510 142 53
Binary 11011011 10 1110100 0 1100011 101111 1110 101001000 1100010 101011

Color Harmonies of #DB0274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0274

Black with #DB0274

Text Example


Text Example

White with #DB0274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0274; }

 p { color: rgb(219,2,116); }

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

background-color css

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

 a { background-color: rgb(219,2,116); }

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

border-color css

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

 span { border-color: rgb(219,2,116); }

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