Html Css Color HEX #DD0675 Ruby

📋 copy color: '#DD0675'

red 221 ◦ green 6 ◦ blue 117

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

Shades of Ruby #DD0675

Tints of Ruby #DD0675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.74%

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

R = 64.24%
G = 1.74%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD0675 (or 0xDD0675) is known color: Ruby. HEX triplet: DD, 06 and 75. RGB value is (221,6,117). Sum of RGB (Red+Green+Blue) = 221+6+117=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0675 is #22F98A. Grayscale: #525252. Windows color (decimal): -2292107 or 7669469. OLE color: 7669469.

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

Color convert

RGB 221 6 117 -
CMYK 0 0.97 0.47 0.13
HSL 329.02º 0.95% 0.45% -
HSV(B) 329.02º 0.97% 0.87% -
XYZ 33.09 16.79 18.33 -
YUV 82.94 147.23 226.47 -
System Red Green Blue C M Y K H S L
Decimal 221 6 117 0 0.97 0.47 0.13 329.02 0.95 0.45
Hex DD 6 75 0 61 2F D 149 5F 2D
Octal 335 6 165 0 141 57 15 511 137 55
Binary 11011101 110 1110101 0 1100001 101111 1101 101001001 1011111 101101

Color Harmonies of #DD0675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0675

Black with #DD0675

Text Example


Text Example

White with #DD0675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0675; }

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

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

background-color css

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

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

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

border-color css

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

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

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