Html Css Color HEX #DF0463 Razzmatazz

📋 copy color: '#DF0463'

red 223 ◦ green 4 ◦ blue 99

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

Shades of Razzmatazz #DF0463

Tints of Razzmatazz #DF0463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

 BLUE value IS 99 (39.06% from 255) = 30.37%

R = 68.4%
G = 1.23%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF0463 (or 0xDF0463) is known color: Razzmatazz. HEX triplet: DF, 04 and 63. RGB value is (223,4,99). Sum of RGB (Red+Green+Blue) = 223+4+99=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0463 is #20FB9C. Grayscale: #505050. Windows color (decimal): -2161565 or 6489311. OLE color: 6489311.

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

Color convert

RGB 223 4 99 -
CMYK 0 0.98 0.56 0.13
HSL 333.97º 0.96% 0.45% -
HSV(B) 333.97º 0.98% 0.87% -
XYZ 32.73 16.68 13.3 -
YUV 80.31 138.55 229.78 -
System Red Green Blue C M Y K H S L
Decimal 223 4 99 0 0.98 0.56 0.13 333.97 0.96 0.45
Hex DF 4 63 0 62 38 D 14E 60 2D
Octal 337 4 143 0 142 70 15 516 140 55
Binary 11011111 100 1100011 0 1100010 111000 1101 101001110 1100000 101101

Color Harmonies of #DF0463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0463

Black with #DF0463

Text Example


Text Example

White with #DF0463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0463; }

 p { color: rgb(223,4,99); }

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

background-color css

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

 a { background-color: rgb(223,4,99); }

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

border-color css

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

 span { border-color: rgb(223,4,99); }

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