Html Css Color HEX #DA44BE Fuchsia

📋 copy color: '#DA44BE'

red 218 ◦ green 68 ◦ blue 190

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

Shades of Fuchsia #DA44BE

Tints of Fuchsia #DA44BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.29%

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 45.8%
G = 14.29%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA44BE (or 0xDA44BE) is known color: Fuchsia. HEX triplet: DA, 44 and BE. RGB value is (218,68,190). Sum of RGB (Red+Green+Blue) = 218+68+190=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA44BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA44BE is #25BB41. Grayscale: #7E7E7E. Windows color (decimal): -2472770 or 12469466. OLE color: 12469466.

HSL color Cylindrical-coordinate representation of color #DA44BE: hue angle of 311.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA44BE is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 68 190 -
CMYK 0 0.69 0.13 0.15
HSL 311.2º 0.67% 0.56% -
HSV(B) 311.2º 0.69% 0.85% -
XYZ 40.27 22.76 50.99 -
YUV 126.76 163.7 193.08 -
System Red Green Blue C M Y K H S L
Decimal 218 68 190 0 0.69 0.13 0.15 311.2 0.67 0.56
Hex DA 44 BE 0 45 D F 137 43 38
Octal 332 104 276 0 105 15 17 467 103 70
Binary 11011010 1000100 10111110 0 1000101 1101 1111 100110111 1000011 111000

Color Harmonies of #DA44BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA44BE

Black with #DA44BE

Text Example


Text Example

White with #DA44BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA44BE; }

 p { color: rgb(218,68,190); }

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

background-color css

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

 a { background-color: rgb(218,68,190); }

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

border-color css

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

 span { border-color: rgb(218,68,190); }

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