Html Css Color HEX #DE0572 Ruby

📋 copy color: '#DE0572'

red 222 ◦ green 5 ◦ blue 114

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

Shades of Ruby #DE0572

Tints of Ruby #DE0572

RGB

 RED value IS 222 (87.11% from 255) = 65.1%

 GREEN value IS 5 (2.34% from 255) = 1.47%

 BLUE value IS 114 (44.92% from 255) = 33.43%

R = 65.1%
G = 1.47%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE0572 (or 0xDE0572) is known color: Ruby. HEX triplet: DE, 05 and 72. RGB value is (222,5,114). Sum of RGB (Red+Green+Blue) = 222+5+114=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0572 is #21FA8D. Grayscale: #525252. Windows color (decimal): -2226830 or 7472606. OLE color: 7472606.

HSL color Cylindrical-coordinate representation of color #DE0572: hue angle of 329.86º 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 #DE0572 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 5 114 -
CMYK 0 0.98 0.49 0.13
HSL 329.86º 0.96% 0.45% -
HSV(B) 329.86º 0.98% 0.87% -
XYZ 33.22 16.85 17.42 -
YUV 82.31 145.89 227.64 -
System Red Green Blue C M Y K H S L
Decimal 222 5 114 0 0.98 0.49 0.13 329.86 0.96 0.45
Hex DE 5 72 0 62 31 D 14A 60 2D
Octal 336 5 162 0 142 61 15 512 140 55
Binary 11011110 101 1110010 0 1100010 110001 1101 101001010 1100000 101101

Color Harmonies of #DE0572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0572

Black with #DE0572

Text Example


Text Example

White with #DE0572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0572; }

 p { color: rgb(222,5,114); }

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

background-color css

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

 a { background-color: rgb(222,5,114); }

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

border-color css

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

 span { border-color: rgb(222,5,114); }

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