Html Css Color HEX #DD0B75 Ruby

📋 copy color: '#DD0B75'

red 221 ◦ green 11 ◦ blue 117

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

Shades of Ruby #DD0B75

Tints of Ruby #DD0B75

RGB

 RED value IS 221 (86.72% from 255) = 63.32%

 GREEN value IS 11 (4.69% from 255) = 3.15%

 BLUE value IS 117 (46.09% from 255) = 33.52%

R = 63.32%
G = 3.15%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD0B75 (or 0xDD0B75) is known color: Ruby. HEX triplet: DD, 0B and 75. RGB value is (221,11,117). Sum of RGB (Red+Green+Blue) = 221+11+117=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0B75 is #22F48A. Grayscale: #555555. Windows color (decimal): -2290827 or 7670749. OLE color: 7670749.

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

Color convert

RGB 221 11 117 -
CMYK 0 0.95 0.47 0.13
HSL 329.71º 0.91% 0.45% -
HSV(B) 329.71º 0.95% 0.87% -
XYZ 33.15 16.9 18.34 -
YUV 85.87 145.57 224.38 -
System Red Green Blue C M Y K H S L
Decimal 221 11 117 0 0.95 0.47 0.13 329.71 0.91 0.45
Hex DD B 75 0 5F 2F D 14A 5B 2D
Octal 335 13 165 0 137 57 15 512 133 55
Binary 11011101 1011 1110101 0 1011111 101111 1101 101001010 1011011 101101

Color Harmonies of #DD0B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0B75

Black with #DD0B75

Text Example


Text Example

White with #DD0B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0B75; }

 p { color: rgb(221,11,117); }

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

background-color css

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

 a { background-color: rgb(221,11,117); }

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

border-color css

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

 span { border-color: rgb(221,11,117); }

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