Html Css Color HEX #D70272 Ruby

📋 copy color: '#D70272'

red 215 ◦ green 2 ◦ blue 114

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

Shades of Ruby #D70272

Tints of Ruby #D70272

RGB

 RED value IS 215 (84.38% from 255) = 64.95%

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

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

R = 64.95%
G = 0.6%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D70272 (or 0xD70272) is known color: Ruby. HEX triplet: D7, 02 and 72. RGB value is (215,2,114). Sum of RGB (Red+Green+Blue) = 215+2+114=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D70272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70272 is #28FD8D. Grayscale: #4E4E4E. Windows color (decimal): -2686350 or 7471831. OLE color: 7471831.

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

Color convert

RGB 215 2 114 -
CMYK 0 0.99 0.47 0.16
HSL 328.45º 0.98% 0.43% -
HSV(B) 328.45º 0.99% 0.84% -
XYZ 31.08 15.71 17.31 -
YUV 78.46 148.07 225.39 -
System Red Green Blue C M Y K H S L
Decimal 215 2 114 0 0.99 0.47 0.16 328.45 0.98 0.43
Hex D7 2 72 0 63 2F 10 148 62 2B
Octal 327 2 162 0 143 57 20 510 142 53
Binary 11010111 10 1110010 0 1100011 101111 10000 101001000 1100010 101011

Color Harmonies of #D70272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70272

Black with #D70272

Text Example


Text Example

White with #D70272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70272; }

 p { color: rgb(215,2,114); }

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

background-color css

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

 a { background-color: rgb(215,2,114); }

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

border-color css

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

 span { border-color: rgb(215,2,114); }

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