Html Css Color HEX #DF006D Razzmatazz

📋 copy color: '#DF006D'

red 223 ◦ green 0 ◦ blue 109

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

Shades of Razzmatazz #DF006D

Tints of Razzmatazz #DF006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 32.83%

R = 67.17%
G = 0%
B = 32.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF006D (or 0xDF006D) is known color: Razzmatazz. HEX triplet: DF, 00 and 6D. RGB value is (223,0,109). Sum of RGB (Red+Green+Blue) = 223+0+109=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF006D is #20FF92. Grayscale: #4E4E4E. Windows color (decimal): -2162579 or 7143647. OLE color: 7143647.

HSL color Cylindrical-coordinate representation of color #DF006D: hue angle of 330.67º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF006D is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 0 109 -
CMYK 0 1 0.51 0.13
HSL 330.67º 1% 0.44% -
HSV(B) 330.67º 1% 0.87% -
XYZ 33.19 16.79 15.96 -
YUV 79.1 144.88 230.64 -
System Red Green Blue C M Y K H S L
Decimal 223 0 109 0 1 0.51 0.13 330.67 1 0.44
Hex DF 0 6D 0 64 33 D 14B 64 2C
Octal 337 0 155 0 144 63 15 513 144 54
Binary 11011111 0 1101101 0 1100100 110011 1101 101001011 1100100 101100

Color Harmonies of #DF006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF006D

Black with #DF006D

Text Example


Text Example

White with #DF006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF006D; }

 p { color: rgb(223,0,109); }

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

background-color css

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

 a { background-color: rgb(223,0,109); }

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

border-color css

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

 span { border-color: rgb(223,0,109); }

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