Html Css Color HEX #D10067 Razzmatazz

📋 copy color: '#D10067'

red 209 ◦ green 0 ◦ blue 103

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

Shades of Razzmatazz #D10067

Tints of Razzmatazz #D10067

RGB

 RED value IS 209 (82.03% from 255) = 66.99%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 103 (40.63% from 255) = 33.01%

R = 66.99%
G = 0%
B = 33.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D10067 (or 0xD10067) is known color: Razzmatazz. HEX triplet: D1, 00 and 67. RGB value is (209,0,103). Sum of RGB (Red+Green+Blue) = 209+0+103=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D10067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10067 is #2EFF98. Grayscale: #4A4A4A. Windows color (decimal): -3080089 or 6750417. OLE color: 6750417.

HSL color Cylindrical-coordinate representation of color #D10067: hue angle of 330.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10067 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 0 103 -
CMYK 0 1 0.51 0.18
HSL 330.43º 1% 0.41% -
HSV(B) 330.43º 1% 0.82% -
XYZ 28.74 14.53 14.12 -
YUV 74.23 144.24 224.12 -
System Red Green Blue C M Y K H S L
Decimal 209 0 103 0 1 0.51 0.18 330.43 1 0.41
Hex D1 0 67 0 64 33 12 14A 64 29
Octal 321 0 147 0 144 63 22 512 144 51
Binary 11010001 0 1100111 0 1100100 110011 10010 101001010 1100100 101001

Color Harmonies of #D10067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10067

Black with #D10067

Text Example


Text Example

White with #D10067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10067; }

 p { color: rgb(209,0,103); }

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

background-color css

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

 a { background-color: rgb(209,0,103); }

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

border-color css

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

 span { border-color: rgb(209,0,103); }

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