Html Css Color HEX #DA014E Razzmatazz

📋 copy color: '#DA014E'

red 218 ◦ green 1 ◦ blue 78

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

Shades of Razzmatazz #DA014E

Tints of Razzmatazz #DA014E

RGB

 RED value IS 218 (85.55% from 255) = 73.4%

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

 BLUE value IS 78 (30.86% from 255) = 26.26%

R = 73.4%
G = 0.34%
B = 26.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA014E (or 0xDA014E) is known color: Razzmatazz. HEX triplet: DA, 01 and 4E. RGB value is (218,1,78). Sum of RGB (Red+Green+Blue) = 218+1+78=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA014E is #25FEB1. Grayscale: #4A4A4A. Windows color (decimal): -2490034 or 5112282. OLE color: 5112282.

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

Color convert

RGB 218 1 78 -
CMYK 0 1.00 0.64 0.15
HSL 338.71º 0.99% 0.43% -
HSV(B) 338.71º 1% 0.85% -
XYZ 30.3 15.48 8.6 -
YUV 74.66 129.89 230.24 -
System Red Green Blue C M Y K H S L
Decimal 218 1 78 0 1.00 0.64 0.15 338.71 0.99 0.43
Hex DA 1 4E 0 64 40 F 153 63 2B
Octal 332 1 116 0 144 100 17 523 143 53
Binary 11011010 1 1001110 0 1100100 1000000 1111 101010011 1100011 101011

Color Harmonies of #DA014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA014E

Black with #DA014E

Text Example


Text Example

White with #DA014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA014E; }

 p { color: rgb(218,1,78); }

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

background-color css

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

 a { background-color: rgb(218,1,78); }

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

border-color css

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

 span { border-color: rgb(218,1,78); }

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