Html Css Color HEX #D00157 Razzmatazz

📋 copy color: '#D00157'

red 208 ◦ green 1 ◦ blue 87

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

Shades of Razzmatazz #D00157

Tints of Razzmatazz #D00157

RGB

 RED value IS 208 (81.64% from 255) = 70.27%

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

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

R = 70.27%
G = 0.34%
B = 29.39%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D00157 (or 0xD00157) is known color: Razzmatazz. HEX triplet: D0, 01 and 57. RGB value is (208,1,87). Sum of RGB (Red+Green+Blue) = 208+1+87=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D00157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00157 is #2FFEA8. Grayscale: #484848. Windows color (decimal): -3145385 or 5702096. OLE color: 5702096.

HSL color Cylindrical-coordinate representation of color #D00157: hue angle of 335.07º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00157 is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 1 87 -
CMYK 0 1.00 0.58 0.18
HSL 335.07º 0.99% 0.41% -
HSV(B) 335.07º 1% 0.82% -
XYZ 27.74 14.12 10.28 -
YUV 72.7 136.08 224.51 -
System Red Green Blue C M Y K H S L
Decimal 208 1 87 0 1.00 0.58 0.18 335.07 0.99 0.41
Hex D0 1 57 0 64 3A 12 14F 63 29
Octal 320 1 127 0 144 72 22 517 143 51
Binary 11010000 1 1010111 0 1100100 111010 10010 101001111 1100011 101001

Color Harmonies of #D00157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00157

Black with #D00157

Text Example


Text Example

White with #D00157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00157; }

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

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

background-color css

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

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

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

border-color css

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

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

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