Html Css Color HEX #D0015A Razzmatazz

📋 copy color: '#D0015A'

red 208 ◦ green 1 ◦ blue 90

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

Shades of Razzmatazz #D0015A

Tints of Razzmatazz #D0015A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.1%

R = 69.57%
G = 0.33%
B = 30.1%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0015A (or 0xD0015A) is known color: Razzmatazz. HEX triplet: D0, 01 and 5A. RGB value is (208,1,90). Sum of RGB (Red+Green+Blue) = 208+1+90=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D0015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0015A is #2FFEA5. Grayscale: #484848. Windows color (decimal): -3145382 or 5898704. OLE color: 5898704.

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

Color convert

RGB 208 1 90 -
CMYK 0 1.00 0.57 0.18
HSL 334.2º 0.99% 0.41% -
HSV(B) 334.2º 1% 0.82% -
XYZ 27.87 14.17 10.94 -
YUV 73.04 137.58 224.26 -
System Red Green Blue C M Y K H S L
Decimal 208 1 90 0 1.00 0.57 0.18 334.2 0.99 0.41
Hex D0 1 5A 0 64 39 12 14E 63 29
Octal 320 1 132 0 144 71 22 516 143 51
Binary 11010000 1 1011010 0 1100100 111001 10010 101001110 1100011 101001

Color Harmonies of #D0015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0015A

Black with #D0015A

Text Example


Text Example

White with #D0015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0015A; }

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

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

background-color css

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

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

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

border-color css

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

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

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