Html Css Color HEX #DA38C2 Fuchsia

📋 copy color: '#DA38C2'

red 218 ◦ green 56 ◦ blue 194

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

Shades of Fuchsia #DA38C2

Tints of Fuchsia #DA38C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.45%

R = 46.58%
G = 11.97%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA38C2 (or 0xDA38C2) is known color: Fuchsia. HEX triplet: DA, 38 and C2. RGB value is (218,56,194). Sum of RGB (Red+Green+Blue) = 218+56+194=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA38C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA38C2 is #25C73D. Grayscale: #777777. Windows color (decimal): -2475838 or 12728538. OLE color: 12728538.

HSL color Cylindrical-coordinate representation of color #DA38C2: hue angle of 308.89º 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 #DA38C2 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 56 194 -
CMYK 0 0.74 0.11 0.15
HSL 308.89º 0.69% 0.54% -
HSV(B) 308.89º 0.74% 0.85% -
XYZ 40.07 21.63 53.1 -
YUV 120.17 169.67 197.78 -
System Red Green Blue C M Y K H S L
Decimal 218 56 194 0 0.74 0.11 0.15 308.89 0.69 0.54
Hex DA 38 C2 0 4A B F 135 45 36
Octal 332 70 302 0 112 13 17 465 105 66
Binary 11011010 111000 11000010 0 1001010 1011 1111 100110101 1000101 110110

Color Harmonies of #DA38C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA38C2

Black with #DA38C2

Text Example


Text Example

White with #DA38C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA38C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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