Html Css Color HEX #DF0761 Razzmatazz

📋 copy color: '#DF0761'

red 223 ◦ green 7 ◦ blue 97

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

Shades of Razzmatazz #DF0761

Tints of Razzmatazz #DF0761

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.14%

 BLUE value IS 97 (38.28% from 255) = 29.66%

R = 68.2%
G = 2.14%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF0761 (or 0xDF0761) is known color: Razzmatazz. HEX triplet: DF, 07 and 61. RGB value is (223,7,97). Sum of RGB (Red+Green+Blue) = 223+7+97=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0761 is #20F89E. Grayscale: #515151. Windows color (decimal): -2160799 or 6359007. OLE color: 6359007.

HSL color Cylindrical-coordinate representation of color #DF0761: hue angle of 335º degrees, saturation: 0.94, 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 #DF0761 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 7 97 -
CMYK 0 0.97 0.57 0.13
HSL 335º 0.94% 0.45% -
HSV(B) 335º 0.97% 0.87% -
XYZ 32.67 16.7 12.81 -
YUV 81.84 136.56 228.68 -
System Red Green Blue C M Y K H S L
Decimal 223 7 97 0 0.97 0.57 0.13 335 0.94 0.45
Hex DF 7 61 0 61 39 D 14F 5E 2D
Octal 337 7 141 0 141 71 15 517 136 55
Binary 11011111 111 1100001 0 1100001 111001 1101 101001111 1011110 101101

Color Harmonies of #DF0761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0761

Black with #DF0761

Text Example


Text Example

White with #DF0761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0761; }

 p { color: rgb(223,7,97); }

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

background-color css

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

 a { background-color: rgb(223,7,97); }

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

border-color css

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

 span { border-color: rgb(223,7,97); }

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