Html Css Color HEX #D1065B Razzmatazz

📋 copy color: '#D1065B'

red 209 ◦ green 6 ◦ blue 91

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

Shades of Razzmatazz #D1065B

Tints of Razzmatazz #D1065B

RGB

 RED value IS 209 (82.03% from 255) = 68.3%

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

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 68.3%
G = 1.96%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1065B (or 0xD1065B) is known color: Razzmatazz. HEX triplet: D1, 06 and 5B. RGB value is (209,6,91). Sum of RGB (Red+Green+Blue) = 209+6+91=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D1065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1065B is #2EF9A4. Grayscale: #4C4C4C. Windows color (decimal): -3078565 or 5965521. OLE color: 5965521.

HSL color Cylindrical-coordinate representation of color #D1065B: hue angle of 334.88º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1065B is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 6 91 -
CMYK 0 0.97 0.56 0.18
HSL 334.88º 0.94% 0.42% -
HSV(B) 334.88º 0.97% 0.82% -
XYZ 28.25 14.44 11.2 -
YUV 76.39 136.25 222.59 -
System Red Green Blue C M Y K H S L
Decimal 209 6 91 0 0.97 0.56 0.18 334.88 0.94 0.42
Hex D1 6 5B 0 61 38 12 14F 5E 2A
Octal 321 6 133 0 141 70 22 517 136 52
Binary 11010001 110 1011011 0 1100001 111000 10010 101001111 1011110 101010

Color Harmonies of #D1065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1065B

Black with #D1065B

Text Example


Text Example

White with #D1065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1065B; }

 p { color: rgb(209,6,91); }

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

background-color css

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

 a { background-color: rgb(209,6,91); }

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

border-color css

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

 span { border-color: rgb(209,6,91); }

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