Html Css Color HEX #D2015A Razzmatazz

📋 copy color: '#D2015A'

red 210 ◦ green 1 ◦ blue 90

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

Shades of Razzmatazz #D2015A

Tints of Razzmatazz #D2015A

RGB

 RED value IS 210 (82.42% from 255) = 69.77%

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

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

R = 69.77%
G = 0.33%
B = 29.9%

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

#D2015A (or 0xD2015A) is known color: Razzmatazz. HEX triplet: D2, 01 and 5A. RGB value is (210,1,90). Sum of RGB (Red+Green+Blue) = 210+1+90=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D2015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2015A is #2DFEA5. Grayscale: #494949. Windows color (decimal): -3014310 or 5898706. OLE color: 5898706.

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

Color convert

RGB 210 1 90 -
CMYK 0 1.00 0.57 0.18
HSL 334.45º 0.99% 0.41% -
HSV(B) 334.45º 1% 0.82% -
XYZ 28.43 14.46 10.97 -
YUV 73.64 137.24 225.26 -
System Red Green Blue C M Y K H S L
Decimal 210 1 90 0 1.00 0.57 0.18 334.45 0.99 0.41
Hex D2 1 5A 0 64 39 12 14E 63 29
Octal 322 1 132 0 144 71 22 516 143 51
Binary 11010010 1 1011010 0 1100100 111001 10010 101001110 1100011 101001

Color Harmonies of #D2015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2015A

Black with #D2015A

Text Example


Text Example

White with #D2015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2015A; }

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

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

background-color css

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

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

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

border-color css

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

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

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