Html Css Color HEX #D5065C Razzmatazz

📋 copy color: '#D5065C'

red 213 ◦ green 6 ◦ blue 92

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

Shades of Razzmatazz #D5065C

Tints of Razzmatazz #D5065C

RGB

 RED value IS 213 (83.59% from 255) = 68.49%

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

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

R = 68.49%
G = 1.93%
B = 29.58%

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

#D5065C (or 0xD5065C) is known color: Razzmatazz. HEX triplet: D5, 06 and 5C. RGB value is (213,6,92). Sum of RGB (Red+Green+Blue) = 213+6+92=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D5065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5065C is #2AF9A3. Grayscale: #4D4D4D. Windows color (decimal): -2816420 or 6031061. OLE color: 6031061.

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

Color convert

RGB 213 6 92 -
CMYK 0 0.97 0.57 0.16
HSL 335.07º 0.95% 0.43% -
HSV(B) 335.07º 0.97% 0.84% -
XYZ 29.44 15.05 11.48 -
YUV 77.7 136.08 224.51 -
System Red Green Blue C M Y K H S L
Decimal 213 6 92 0 0.97 0.57 0.16 335.07 0.95 0.43
Hex D5 6 5C 0 61 39 10 14F 5F 2B
Octal 325 6 134 0 141 71 20 517 137 53
Binary 11010101 110 1011100 0 1100001 111001 10000 101001111 1011111 101011

Color Harmonies of #D5065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5065C

Black with #D5065C

Text Example


Text Example

White with #D5065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5065C; }

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

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

background-color css

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

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

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

border-color css

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

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

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