Html Css Color HEX #D10068 Razzmatazz

📋 copy color: '#D10068'

red 209 ◦ green 0 ◦ blue 104

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

Shades of Razzmatazz #D10068

Tints of Razzmatazz #D10068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 66.77%
G = 0%
B = 33.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D10068 (or 0xD10068) is known color: Razzmatazz. HEX triplet: D1, 00 and 68. RGB value is (209,0,104). Sum of RGB (Red+Green+Blue) = 209+0+104=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D10068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10068 is #2EFF97. Grayscale: #4A4A4A. Windows color (decimal): -3080088 or 6815953. OLE color: 6815953.

HSL color Cylindrical-coordinate representation of color #D10068: hue angle of 330.14º 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 #D10068 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 0 104 -
CMYK 0 1 0.50 0.18
HSL 330.14º 1% 0.41% -
HSV(B) 330.14º 1% 0.82% -
XYZ 28.79 14.55 14.39 -
YUV 74.35 144.74 224.04 -
System Red Green Blue C M Y K H S L
Decimal 209 0 104 0 1 0.50 0.18 330.14 1 0.41
Hex D1 0 68 0 64 32 12 14A 64 29
Octal 321 0 150 0 144 62 22 512 144 51
Binary 11010001 0 1101000 0 1100100 110010 10010 101001010 1100100 101001

Color Harmonies of #D10068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10068

Black with #D10068

Text Example


Text Example

White with #D10068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10068; }

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

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

background-color css

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

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

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

border-color css

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

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

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