Html Css Color HEX #DC114F Razzmatazz

📋 copy color: '#DC114F'

red 220 ◦ green 17 ◦ blue 79

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

Shades of Razzmatazz #DC114F

Tints of Razzmatazz #DC114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.38%

 BLUE value IS 79 (31.25% from 255) = 25%

R = 69.62%
G = 5.38%
B = 25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC114F (or 0xDC114F) is known color: Razzmatazz. HEX triplet: DC, 11 and 4F. RGB value is (220,17,79). Sum of RGB (Red+Green+Blue) = 220+17+79=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC114F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC114F is #23EEB0. Grayscale: #545454. Windows color (decimal): -2354865 or 5181916. OLE color: 5181916.

HSL color Cylindrical-coordinate representation of color #DC114F: hue angle of 341.67º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC114F is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 17 79 -
CMYK 0 0.92 0.64 0.14
HSL 341.67º 0.86% 0.46% -
HSV(B) 341.67º 0.92% 0.86% -
XYZ 31.13 16.18 8.88 -
YUV 84.77 124.75 224.46 -
System Red Green Blue C M Y K H S L
Decimal 220 17 79 0 0.92 0.64 0.14 341.67 0.86 0.46
Hex DC 11 4F 0 5C 40 E 156 56 2E
Octal 334 21 117 0 134 100 16 526 126 56
Binary 11011100 10001 1001111 0 1011100 1000000 1110 101010110 1010110 101110

Color Harmonies of #DC114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC114F

Black with #DC114F

Text Example


Text Example

White with #DC114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC114F; }

 p { color: rgb(220,17,79); }

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

background-color css

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

 a { background-color: rgb(220,17,79); }

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

border-color css

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

 span { border-color: rgb(220,17,79); }

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