Html Css Color HEX #DA38C6 Fuchsia

📋 copy color: '#DA38C6'

red 218 ◦ green 56 ◦ blue 198

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

Shades of Fuchsia #DA38C6

Tints of Fuchsia #DA38C6

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.86%

 BLUE value IS 198 (77.73% from 255) = 41.95%

R = 46.19%
G = 11.86%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA38C6 (or 0xDA38C6) is known color: Fuchsia. HEX triplet: DA, 38 and C6. RGB value is (218,56,198). Sum of RGB (Red+Green+Blue) = 218+56+198=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA38C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA38C6 is #25C739. Grayscale: #787878. Windows color (decimal): -2475834 or 12990682. OLE color: 12990682.

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

Color convert

RGB 218 56 198 -
CMYK 0 0.74 0.09 0.15
HSL 307.41º 0.69% 0.54% -
HSV(B) 307.41º 0.74% 0.85% -
XYZ 40.52 21.81 55.5 -
YUV 120.63 171.67 197.45 -
System Red Green Blue C M Y K H S L
Decimal 218 56 198 0 0.74 0.09 0.15 307.41 0.69 0.54
Hex DA 38 C6 0 4A 9 F 133 45 36
Octal 332 70 306 0 112 11 17 463 105 66
Binary 11011010 111000 11000110 0 1001010 1001 1111 100110011 1000101 110110

Color Harmonies of #DA38C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA38C6

Black with #DA38C6

Text Example


Text Example

White with #DA38C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA38C6; }

 p { color: rgb(218,56,198); }

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

background-color css

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

 a { background-color: rgb(218,56,198); }

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

border-color css

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

 span { border-color: rgb(218,56,198); }

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