Html Css Color HEX #DF136B Ruby

📋 copy color: '#DF136B'

red 223 ◦ green 19 ◦ blue 107

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

Shades of Ruby #DF136B

Tints of Ruby #DF136B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 63.9%
G = 5.44%
B = 30.66%

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

#DF136B (or 0xDF136B) is known color: Ruby. HEX triplet: DF, 13 and 6B. RGB value is (223,19,107). Sum of RGB (Red+Green+Blue) = 223+19+107=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF136B is #20EC94. Grayscale: #595959. Windows color (decimal): -2157717 or 7017439. OLE color: 7017439.

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

Color convert

RGB 223 19 107 -
CMYK 0 0.91 0.52 0.13
HSL 334.12º 0.84% 0.47% -
HSV(B) 334.12º 0.91% 0.87% -
XYZ 33.32 17.22 15.48 -
YUV 90.03 137.59 222.84 -
System Red Green Blue C M Y K H S L
Decimal 223 19 107 0 0.91 0.52 0.13 334.12 0.84 0.47
Hex DF 13 6B 0 5B 34 D 14E 54 2F
Octal 337 23 153 0 133 64 15 516 124 57
Binary 11011111 10011 1101011 0 1011011 110100 1101 101001110 1010100 101111

Color Harmonies of #DF136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF136B

Black with #DF136B

Text Example


Text Example

White with #DF136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF136B; }

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

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

background-color css

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

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

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

border-color css

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

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

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