Html Css Color HEX #D80460 Razzmatazz

📋 copy color: '#D80460'

red 216 ◦ green 4 ◦ blue 96

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

Shades of Razzmatazz #D80460

Tints of Razzmatazz #D80460

RGB

 RED value IS 216 (84.77% from 255) = 68.35%

 GREEN value IS 4 (1.95% from 255) = 1.27%

 BLUE value IS 96 (37.89% from 255) = 30.38%

R = 68.35%
G = 1.27%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D80460 (or 0xD80460) is known color: Razzmatazz. HEX triplet: D8, 04 and 60. RGB value is (216,4,96). Sum of RGB (Red+Green+Blue) = 216+4+96=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D80460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80460 is #27FB9F. Grayscale: #4D4D4D. Windows color (decimal): -2620320 or 6292696. OLE color: 6292696.

HSL color Cylindrical-coordinate representation of color #D80460: hue angle of 333.96º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80460 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 4 96 -
CMYK 0 0.98 0.56 0.15
HSL 333.96º 0.96% 0.43% -
HSV(B) 333.96º 0.98% 0.85% -
XYZ 30.47 15.53 12.46 -
YUV 77.88 138.24 226.52 -
System Red Green Blue C M Y K H S L
Decimal 216 4 96 0 0.98 0.56 0.15 333.96 0.96 0.43
Hex D8 4 60 0 62 38 F 14E 60 2B
Octal 330 4 140 0 142 70 17 516 140 53
Binary 11011000 100 1100000 0 1100010 111000 1111 101001110 1100000 101011

Color Harmonies of #D80460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80460

Black with #D80460

Text Example


Text Example

White with #D80460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80460; }

 p { color: rgb(216,4,96); }

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

background-color css

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

 a { background-color: rgb(216,4,96); }

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

border-color css

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

 span { border-color: rgb(216,4,96); }

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