Html Css Color HEX #D6065B Razzmatazz

📋 copy color: '#D6065B'

red 214 ◦ green 6 ◦ blue 91

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

Shades of Razzmatazz #D6065B

Tints of Razzmatazz #D6065B

RGB

 RED value IS 214 (83.98% from 255) = 68.81%

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

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

R = 68.81%
G = 1.93%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6065B (or 0xD6065B) is known color: Razzmatazz. HEX triplet: D6, 06 and 5B. RGB value is (214,6,91). Sum of RGB (Red+Green+Blue) = 214+6+91=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D6065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6065B is #29F9A4. Grayscale: #4D4D4D. Windows color (decimal): -2750885 or 5965526. OLE color: 5965526.

HSL color Cylindrical-coordinate representation of color #D6065B: hue angle of 335.48º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6065B is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 6 91 -
CMYK 0 0.97 0.57 0.16
HSL 335.48º 0.95% 0.43% -
HSV(B) 335.48º 0.97% 0.84% -
XYZ 29.69 15.18 11.26 -
YUV 77.88 135.41 225.09 -
System Red Green Blue C M Y K H S L
Decimal 214 6 91 0 0.97 0.57 0.16 335.48 0.95 0.43
Hex D6 6 5B 0 61 39 10 14F 5F 2B
Octal 326 6 133 0 141 71 20 517 137 53
Binary 11010110 110 1011011 0 1100001 111001 10000 101001111 1011111 101011

Color Harmonies of #D6065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6065B

Black with #D6065B

Text Example


Text Example

White with #D6065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6065B; }

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

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

background-color css

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

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

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

border-color css

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

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

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