Html Css Color HEX #D5085C Razzmatazz

📋 copy color: '#D5085C'

red 213 ◦ green 8 ◦ blue 92

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

Shades of Razzmatazz #D5085C

Tints of Razzmatazz #D5085C

RGB

 RED value IS 213 (83.59% from 255) = 68.05%

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

 BLUE value IS 92 (36.33% from 255) = 29.39%

R = 68.05%
G = 2.56%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5085C (or 0xD5085C) is known color: Razzmatazz. HEX triplet: D5, 08 and 5C. RGB value is (213,8,92). Sum of RGB (Red+Green+Blue) = 213+8+92=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D5085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5085C is #2AF7A3. Grayscale: #4E4E4E. Windows color (decimal): -2815908 or 6031573. OLE color: 6031573.

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

Color convert

RGB 213 8 92 -
CMYK 0 0.96 0.57 0.16
HSL 335.41º 0.93% 0.43% -
HSV(B) 335.41º 0.96% 0.84% -
XYZ 29.46 15.09 11.49 -
YUV 78.87 135.42 223.67 -
System Red Green Blue C M Y K H S L
Decimal 213 8 92 0 0.96 0.57 0.16 335.41 0.93 0.43
Hex D5 8 5C 0 60 39 10 14F 5D 2B
Octal 325 10 134 0 140 71 20 517 135 53
Binary 11010101 1000 1011100 0 1100000 111001 10000 101001111 1011101 101011

Color Harmonies of #D5085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5085C

Black with #D5085C

Text Example


Text Example

White with #D5085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5085C; }

 p { color: rgb(213,8,92); }

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

background-color css

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

 a { background-color: rgb(213,8,92); }

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

border-color css

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

 span { border-color: rgb(213,8,92); }

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