Html Css Color HEX #D5035C Razzmatazz

📋 copy color: '#D5035C'

red 213 ◦ green 3 ◦ blue 92

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

Shades of Razzmatazz #D5035C

Tints of Razzmatazz #D5035C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 69.16%
G = 0.97%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5035C (or 0xD5035C) is known color: Razzmatazz. HEX triplet: D5, 03 and 5C. RGB value is (213,3,92). Sum of RGB (Red+Green+Blue) = 213+3+92=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D5035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5035C is #2AFCA3. Grayscale: #4B4B4B. Windows color (decimal): -2817188 or 6030293. OLE color: 6030293.

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

Color convert

RGB 213 3 92 -
CMYK 0 0.99 0.57 0.16
HSL 334.57º 0.97% 0.42% -
HSV(B) 334.57º 0.99% 0.84% -
XYZ 29.4 14.98 11.47 -
YUV 75.94 137.07 225.76 -
System Red Green Blue C M Y K H S L
Decimal 213 3 92 0 0.99 0.57 0.16 334.57 0.97 0.42
Hex D5 3 5C 0 63 39 10 14F 61 2A
Octal 325 3 134 0 143 71 20 517 141 52
Binary 11010101 11 1011100 0 1100011 111001 10000 101001111 1100001 101010

Color Harmonies of #D5035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5035C

Black with #D5035C

Text Example


Text Example

White with #D5035C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5035C; }

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

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

background-color css

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

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

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

border-color css

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

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

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