Html Css Color HEX #DF0478 Ruby

📋 copy color: '#DF0478'

red 223 ◦ green 4 ◦ blue 120

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

Shades of Ruby #DF0478

Tints of Ruby #DF0478

RGB

 RED value IS 223 (87.5% from 255) = 64.27%

 GREEN value IS 4 (1.95% from 255) = 1.15%

 BLUE value IS 120 (47.27% from 255) = 34.58%

R = 64.27%
G = 1.15%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF0478 (or 0xDF0478) is known color: Ruby. HEX triplet: DF, 04 and 78. RGB value is (223,4,120). Sum of RGB (Red+Green+Blue) = 223+4+120=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0478 is #20FB87. Grayscale: #525252. Windows color (decimal): -2161544 or 7865567. OLE color: 7865567.

HSL color Cylindrical-coordinate representation of color #DF0478: hue angle of 328.22º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0478 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 4 120 -
CMYK 0 0.98 0.46 0.13
HSL 328.22º 0.96% 0.45% -
HSV(B) 328.22º 0.98% 0.87% -
XYZ 33.87 17.13 19.29 -
YUV 82.71 149.05 228.07 -
System Red Green Blue C M Y K H S L
Decimal 223 4 120 0 0.98 0.46 0.13 328.22 0.96 0.45
Hex DF 4 78 0 62 2E D 148 60 2D
Octal 337 4 170 0 142 56 15 510 140 55
Binary 11011111 100 1111000 0 1100010 101110 1101 101001000 1100000 101101

Color Harmonies of #DF0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0478

Black with #DF0478

Text Example


Text Example

White with #DF0478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0478; }

 p { color: rgb(223,4,120); }

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

background-color css

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

 a { background-color: rgb(223,4,120); }

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

border-color css

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

 span { border-color: rgb(223,4,120); }

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