Html Css Color HEX #DF0277 Ruby

📋 copy color: '#DF0277'

red 223 ◦ green 2 ◦ blue 119

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

Shades of Ruby #DF0277

Tints of Ruby #DF0277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.59%

R = 64.83%
G = 0.58%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF0277 (or 0xDF0277) is known color: Ruby. HEX triplet: DF, 02 and 77. RGB value is (223,2,119). Sum of RGB (Red+Green+Blue) = 223+2+119=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0277 is #20FD88. Grayscale: #515151. Windows color (decimal): -2162057 or 7799519. OLE color: 7799519.

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

Color convert

RGB 223 2 119 -
CMYK 0 0.99 0.47 0.13
HSL 328.24º 0.98% 0.44% -
HSV(B) 328.24º 0.99% 0.87% -
XYZ 33.78 17.06 18.97 -
YUV 81.42 149.22 228.99 -
System Red Green Blue C M Y K H S L
Decimal 223 2 119 0 0.99 0.47 0.13 328.24 0.98 0.44
Hex DF 2 77 0 63 2F D 148 62 2C
Octal 337 2 167 0 143 57 15 510 142 54
Binary 11011111 10 1110111 0 1100011 101111 1101 101001000 1100010 101100

Color Harmonies of #DF0277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0277

Black with #DF0277

Text Example


Text Example

White with #DF0277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0277; }

 p { color: rgb(223,2,119); }

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

background-color css

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

 a { background-color: rgb(223,2,119); }

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

border-color css

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

 span { border-color: rgb(223,2,119); }

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