Html Css Color HEX #D6055A Razzmatazz

📋 copy color: '#D6055A'

red 214 ◦ green 5 ◦ blue 90

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

Shades of Razzmatazz #D6055A

Tints of Razzmatazz #D6055A

RGB

 RED value IS 214 (83.98% from 255) = 69.26%

 GREEN value IS 5 (2.34% from 255) = 1.62%

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

R = 69.26%
G = 1.62%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6055A (or 0xD6055A) is known color: Razzmatazz. HEX triplet: D6, 05 and 5A. RGB value is (214,5,90). Sum of RGB (Red+Green+Blue) = 214+5+90=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D6055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6055A is #29FAA5. Grayscale: #4D4D4D. Windows color (decimal): -2751142 or 5899734. OLE color: 5899734.

HSL color Cylindrical-coordinate representation of color #D6055A: hue angle of 335.6º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D6055A is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 5 90 -
CMYK 0 0.98 0.58 0.16
HSL 335.6º 0.95% 0.43% -
HSV(B) 335.6º 0.98% 0.84% -
XYZ 29.63 15.14 11.03 -
YUV 77.18 135.24 225.59 -
System Red Green Blue C M Y K H S L
Decimal 214 5 90 0 0.98 0.58 0.16 335.6 0.95 0.43
Hex D6 5 5A 0 62 3A 10 150 5F 2B
Octal 326 5 132 0 142 72 20 520 137 53
Binary 11010110 101 1011010 0 1100010 111010 10000 101010000 1011111 101011

Color Harmonies of #D6055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6055A

Black with #D6055A

Text Example


Text Example

White with #D6055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6055A; }

 p { color: rgb(214,5,90); }

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

background-color css

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

 a { background-color: rgb(214,5,90); }

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

border-color css

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

 span { border-color: rgb(214,5,90); }

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