Html Css Color HEX #DF136C Ruby

📋 copy color: '#DF136C'

red 223 ◦ green 19 ◦ blue 108

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

Shades of Ruby #DF136C

Tints of Ruby #DF136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.43%

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 63.71%
G = 5.43%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF136C (or 0xDF136C) is known color: Ruby. HEX triplet: DF, 13 and 6C. RGB value is (223,19,108). Sum of RGB (Red+Green+Blue) = 223+19+108=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF136C is #20EC93. Grayscale: #595959. Windows color (decimal): -2157716 or 7082975. OLE color: 7082975.

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

Color convert

RGB 223 19 108 -
CMYK 0 0.91 0.52 0.13
HSL 333.82º 0.84% 0.47% -
HSV(B) 333.82º 0.91% 0.87% -
XYZ 33.37 17.24 15.76 -
YUV 90.14 138.09 222.76 -
System Red Green Blue C M Y K H S L
Decimal 223 19 108 0 0.91 0.52 0.13 333.82 0.84 0.47
Hex DF 13 6C 0 5B 34 D 14E 54 2F
Octal 337 23 154 0 133 64 15 516 124 57
Binary 11011111 10011 1101100 0 1011011 110100 1101 101001110 1010100 101111

Color Harmonies of #DF136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF136C

Black with #DF136C

Text Example


Text Example

White with #DF136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF136C; }

 p { color: rgb(223,19,108); }

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

background-color css

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

 a { background-color: rgb(223,19,108); }

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

border-color css

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

 span { border-color: rgb(223,19,108); }

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