Html Css Color HEX #DC015F Razzmatazz

📋 copy color: '#DC015F'

red 220 ◦ green 1 ◦ blue 95

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

Shades of Razzmatazz #DC015F

Tints of Razzmatazz #DC015F

RGB

 RED value IS 220 (86.33% from 255) = 69.62%

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 95 (37.5% from 255) = 30.06%

R = 69.62%
G = 0.32%
B = 30.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC015F (or 0xDC015F) is known color: Razzmatazz. HEX triplet: DC, 01 and 5F. RGB value is (220,1,95). Sum of RGB (Red+Green+Blue) = 220+1+95=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC015F is #23FEA0. Grayscale: #4D4D4D. Windows color (decimal): -2358945 or 6226396. OLE color: 6226396.

HSL color Cylindrical-coordinate representation of color #DC015F: hue angle of 334.25º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC015F is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 1 95 -
CMYK 0 1.00 0.57 0.14
HSL 334.25º 0.99% 0.43% -
HSV(B) 334.25º 1% 0.86% -
XYZ 31.59 16.06 12.26 -
YUV 77.2 138.05 229.86 -
System Red Green Blue C M Y K H S L
Decimal 220 1 95 0 1.00 0.57 0.14 334.25 0.99 0.43
Hex DC 1 5F 0 64 39 E 14E 63 2B
Octal 334 1 137 0 144 71 16 516 143 53
Binary 11011100 1 1011111 0 1100100 111001 1110 101001110 1100011 101011

Color Harmonies of #DC015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC015F

Black with #DC015F

Text Example


Text Example

White with #DC015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC015F; }

 p { color: rgb(220,1,95); }

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

background-color css

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

 a { background-color: rgb(220,1,95); }

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

border-color css

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

 span { border-color: rgb(220,1,95); }

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