Html Css Color HEX #DA006B Razzmatazz

📋 copy color: '#DA006B'

red 218 ◦ green 0 ◦ blue 107

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

Shades of Razzmatazz #DA006B

Tints of Razzmatazz #DA006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 67.08%
G = 0%
B = 32.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA006B (or 0xDA006B) is known color: Razzmatazz. HEX triplet: DA, 00 and 6B. RGB value is (218,0,107). Sum of RGB (Red+Green+Blue) = 218+0+107=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA006B is #25FF94. Grayscale: #4D4D4D. Windows color (decimal): -2490261 or 7012570. OLE color: 7012570.

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

Color convert

RGB 218 0 107 -
CMYK 0 1 0.51 0.15
HSL 330.55º 1% 0.43% -
HSV(B) 330.55º 1% 0.85% -
XYZ 31.57 15.97 15.33 -
YUV 77.38 144.72 228.3 -
System Red Green Blue C M Y K H S L
Decimal 218 0 107 0 1 0.51 0.15 330.55 1 0.43
Hex DA 0 6B 0 64 33 F 14B 64 2B
Octal 332 0 153 0 144 63 17 513 144 53
Binary 11011010 0 1101011 0 1100100 110011 1111 101001011 1100100 101011

Color Harmonies of #DA006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA006B

Black with #DA006B

Text Example


Text Example

White with #DA006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA006B; }

 p { color: rgb(218,0,107); }

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

background-color css

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

 a { background-color: rgb(218,0,107); }

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

border-color css

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

 span { border-color: rgb(218,0,107); }

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