Html Css Color HEX #D6055E Razzmatazz

📋 copy color: '#D6055E'

red 214 ◦ green 5 ◦ blue 94

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

Shades of Razzmatazz #D6055E

Tints of Razzmatazz #D6055E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 68.37%
G = 1.6%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6055E (or 0xD6055E) is known color: Razzmatazz. HEX triplet: D6, 05 and 5E. RGB value is (214,5,94). Sum of RGB (Red+Green+Blue) = 214+5+94=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D6055E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6055E is #29FAA1. Grayscale: #4D4D4D. Windows color (decimal): -2751138 or 6161878. OLE color: 6161878.

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

Color convert

RGB 214 5 94 -
CMYK 0 0.98 0.56 0.16
HSL 334.45º 0.95% 0.43% -
HSV(B) 334.45º 0.98% 0.84% -
XYZ 29.81 15.21 11.96 -
YUV 77.64 137.24 225.26 -
System Red Green Blue C M Y K H S L
Decimal 214 5 94 0 0.98 0.56 0.16 334.45 0.95 0.43
Hex D6 5 5E 0 62 38 10 14E 5F 2B
Octal 326 5 136 0 142 70 20 516 137 53
Binary 11010110 101 1011110 0 1100010 111000 10000 101001110 1011111 101011

Color Harmonies of #D6055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6055E

Black with #D6055E

Text Example


Text Example

White with #D6055E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6055E; }

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

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

background-color css

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

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

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

border-color css

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

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

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