Html Css Color HEX #DF1867 Ruby

📋 copy color: '#DF1867'

red 223 ◦ green 24 ◦ blue 103

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

Shades of Ruby #DF1867

Tints of Ruby #DF1867

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.86%

 BLUE value IS 103 (40.63% from 255) = 29.43%

R = 63.71%
G = 6.86%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF1867 (or 0xDF1867) is known color: Ruby. HEX triplet: DF, 18 and 67. RGB value is (223,24,103). Sum of RGB (Red+Green+Blue) = 223+24+103=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1867 is #20E798. Grayscale: #5C5C5C. Windows color (decimal): -2156441 or 6756575. OLE color: 6756575.

HSL color Cylindrical-coordinate representation of color #DF1867: hue angle of 336.18º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1867 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 24 103 -
CMYK 0 0.89 0.54 0.13
HSL 336.18º 0.81% 0.48% -
HSV(B) 336.18º 0.89% 0.87% -
XYZ 33.21 17.32 14.42 -
YUV 92.51 133.93 221.08 -
System Red Green Blue C M Y K H S L
Decimal 223 24 103 0 0.89 0.54 0.13 336.18 0.81 0.48
Hex DF 18 67 0 59 36 D 150 51 30
Octal 337 30 147 0 131 66 15 520 121 60
Binary 11011111 11000 1100111 0 1011001 110110 1101 101010000 1010001 110000

Color Harmonies of #DF1867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1867

Black with #DF1867

Text Example


Text Example

White with #DF1867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1867; }

 p { color: rgb(223,24,103); }

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

background-color css

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

 a { background-color: rgb(223,24,103); }

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

border-color css

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

 span { border-color: rgb(223,24,103); }

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