Html Css Color HEX #DD0068 Razzmatazz

📋 copy color: '#DD0068'

red 221 ◦ green 0 ◦ blue 104

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

Shades of Razzmatazz #DD0068

Tints of Razzmatazz #DD0068

RGB

 RED value IS 221 (86.72% from 255) = 68%

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

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

R = 68%
G = 0%
B = 32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD0068 (or 0xDD0068) is known color: Razzmatazz. HEX triplet: DD, 00 and 68. RGB value is (221,0,104). Sum of RGB (Red+Green+Blue) = 221+0+104=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0068 is #22FF97. Grayscale: #4D4D4D. Windows color (decimal): -2293656 or 6815965. OLE color: 6815965.

HSL color Cylindrical-coordinate representation of color #DD0068: hue angle of 331.76º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0068 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 104 -
CMYK 0 1 0.53 0.13
HSL 331.76º 1% 0.43% -
HSV(B) 331.76º 1% 0.87% -
XYZ 32.32 16.37 14.55 -
YUV 77.94 142.72 230.04 -
System Red Green Blue C M Y K H S L
Decimal 221 0 104 0 1 0.53 0.13 331.76 1 0.43
Hex DD 0 68 0 64 35 D 14C 64 2B
Octal 335 0 150 0 144 65 15 514 144 53
Binary 11011101 0 1101000 0 1100100 110101 1101 101001100 1100100 101011

Color Harmonies of #DD0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0068

Black with #DD0068

Text Example


Text Example

White with #DD0068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0068; }

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

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

background-color css

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

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

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

border-color css

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

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

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