Html Css Color HEX #D30157 Razzmatazz

📋 copy color: '#D30157'

red 211 ◦ green 1 ◦ blue 87

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

Shades of Razzmatazz #D30157

Tints of Razzmatazz #D30157

RGB

 RED value IS 211 (82.81% from 255) = 70.57%

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 87 (34.38% from 255) = 29.1%

R = 70.57%
G = 0.33%
B = 29.1%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D30157 (or 0xD30157) is known color: Razzmatazz. HEX triplet: D3, 01 and 57. RGB value is (211,1,87). Sum of RGB (Red+Green+Blue) = 211+1+87=299 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.57% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 211 - color contains mainly: red. Hex color #D30157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30157 is #2CFEA8. Grayscale: #494949. Windows color (decimal): -2948777 or 5702099. OLE color: 5702099.

HSL color Cylindrical-coordinate representation of color #D30157: hue angle of 335.43º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30157 is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 1 87 -
CMYK 0 1.00 0.59 0.17
HSL 335.43º 0.99% 0.42% -
HSV(B) 335.43º 1% 0.83% -
XYZ 28.6 14.56 10.32 -
YUV 73.59 135.57 226.01 -
System Red Green Blue C M Y K H S L
Decimal 211 1 87 0 1.00 0.59 0.17 335.43 0.99 0.42
Hex D3 1 57 0 64 3B 11 14F 63 2A
Octal 323 1 127 0 144 73 21 517 143 52
Binary 11010011 1 1010111 0 1100100 111011 10001 101001111 1100011 101010

Color Harmonies of #D30157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30157

Black with #D30157

Text Example


Text Example

White with #D30157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30157; }

 p { color: rgb(211,1,87); }

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

background-color css

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

 a { background-color: rgb(211,1,87); }

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

border-color css

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

 span { border-color: rgb(211,1,87); }

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