Html Css Color HEX #D9065C Razzmatazz

📋 copy color: '#D9065C'

red 217 ◦ green 6 ◦ blue 92

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

Shades of Razzmatazz #D9065C

Tints of Razzmatazz #D9065C

RGB

 RED value IS 217 (85.16% from 255) = 68.89%

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

 BLUE value IS 92 (36.33% from 255) = 29.21%

R = 68.89%
G = 1.9%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9065C (or 0xD9065C) is known color: Razzmatazz. HEX triplet: D9, 06 and 5C. RGB value is (217,6,92). Sum of RGB (Red+Green+Blue) = 217+6+92=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D9065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9065C is #26F9A3. Grayscale: #4E4E4E. Windows color (decimal): -2554276 or 6031065. OLE color: 6031065.

HSL color Cylindrical-coordinate representation of color #D9065C: hue angle of 335.55º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9065C is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 6 92 -
CMYK 0 0.97 0.58 0.15
HSL 335.55º 0.95% 0.44% -
HSV(B) 335.55º 0.97% 0.85% -
XYZ 30.61 15.65 11.53 -
YUV 78.89 135.4 226.51 -
System Red Green Blue C M Y K H S L
Decimal 217 6 92 0 0.97 0.58 0.15 335.55 0.95 0.44
Hex D9 6 5C 0 61 3A F 150 5F 2C
Octal 331 6 134 0 141 72 17 520 137 54
Binary 11011001 110 1011100 0 1100001 111010 1111 101010000 1011111 101100

Color Harmonies of #D9065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9065C

Black with #D9065C

Text Example


Text Example

White with #D9065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9065C; }

 p { color: rgb(217,6,92); }

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

background-color css

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

 a { background-color: rgb(217,6,92); }

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

border-color css

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

 span { border-color: rgb(217,6,92); }

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