Html Css Color HEX #DF0462 Razzmatazz

📋 copy color: '#DF0462'

red 223 ◦ green 4 ◦ blue 98

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

Shades of Razzmatazz #DF0462

Tints of Razzmatazz #DF0462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.15%

R = 68.62%
G = 1.23%
B = 30.15%

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

#DF0462 (or 0xDF0462) is known color: Razzmatazz. HEX triplet: DF, 04 and 62. RGB value is (223,4,98). Sum of RGB (Red+Green+Blue) = 223+4+98=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0462 is #20FB9D. Grayscale: #505050. Windows color (decimal): -2161566 or 6423775. OLE color: 6423775.

HSL color Cylindrical-coordinate representation of color #DF0462: hue angle of 334.25º 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 #DF0462 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 4 98 -
CMYK 0 0.98 0.56 0.13
HSL 334.25º 0.96% 0.45% -
HSV(B) 334.25º 0.98% 0.87% -
XYZ 32.68 16.66 13.05 -
YUV 80.2 138.05 229.86 -
System Red Green Blue C M Y K H S L
Decimal 223 4 98 0 0.98 0.56 0.13 334.25 0.96 0.45
Hex DF 4 62 0 62 38 D 14E 60 2D
Octal 337 4 142 0 142 70 15 516 140 55
Binary 11011111 100 1100010 0 1100010 111000 1101 101001110 1100000 101101

Color Harmonies of #DF0462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0462

Black with #DF0462

Text Example


Text Example

White with #DF0462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0462; }

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

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

background-color css

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

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

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

border-color css

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

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

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