Html Css Color HEX #D6085A Razzmatazz

📋 copy color: '#D6085A'

red 214 ◦ green 8 ◦ blue 90

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

Shades of Razzmatazz #D6085A

Tints of Razzmatazz #D6085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

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

R = 68.59%
G = 2.56%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6085A (or 0xD6085A) is known color: Razzmatazz. HEX triplet: D6, 08 and 5A. RGB value is (214,8,90). Sum of RGB (Red+Green+Blue) = 214+8+90=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D6085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6085A is #29F7A5. Grayscale: #4E4E4E. Windows color (decimal): -2750374 or 5900502. OLE color: 5900502.

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

Color convert

RGB 214 8 90 -
CMYK 0 0.96 0.58 0.16
HSL 336.12º 0.93% 0.44% -
HSV(B) 336.12º 0.96% 0.84% -
XYZ 29.66 15.21 11.04 -
YUV 78.94 134.25 224.33 -
System Red Green Blue C M Y K H S L
Decimal 214 8 90 0 0.96 0.58 0.16 336.12 0.93 0.44
Hex D6 8 5A 0 60 3A 10 150 5D 2C
Octal 326 10 132 0 140 72 20 520 135 54
Binary 11010110 1000 1011010 0 1100000 111010 10000 101010000 1011101 101100

Color Harmonies of #D6085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6085A

Black with #D6085A

Text Example


Text Example

White with #D6085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6085A; }

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

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

background-color css

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

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

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

border-color css

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

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

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