Html Css Color HEX #D038D7 Fuchsia

📋 copy color: '#D038D7'

red 208 ◦ green 56 ◦ blue 215

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

Shades of Fuchsia #D038D7

Tints of Fuchsia #D038D7

RGB

 RED value IS 208 (81.64% from 255) = 43.42%

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

 BLUE value IS 215 (84.38% from 255) = 44.89%

R = 43.42%
G = 11.69%
B = 44.89%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D038D7 (or 0xD038D7) is known color: Fuchsia. HEX triplet: D0, 38 and D7. RGB value is (208,56,215). Sum of RGB (Red+Green+Blue) = 208+56+215=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #D038D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038D7 is #2FC728. Grayscale: #777777. Windows color (decimal): -3131177 or 14104784. OLE color: 14104784.

HSL color Cylindrical-coordinate representation of color #D038D7: hue angle of 297.36º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D038D7 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 56 215 -
CMYK 0.03 0.74 0 0.16
HSL 297.36º 0.67% 0.53% -
HSV(B) 297.36º 0.74% 0.84% -
XYZ 39.69 21.14 66.28 -
YUV 119.57 181.86 191.07 -
System Red Green Blue C M Y K H S L
Decimal 208 56 215 0.03 0.74 0 0.16 297.36 0.67 0.53
Hex D0 38 D7 3 4A 0 10 129 43 35
Octal 320 70 327 3 112 0 20 451 103 65
Binary 11010000 111000 11010111 11 1001010 0 10000 100101001 1000011 110101

Color Harmonies of #D038D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038D7

Black with #D038D7

Text Example


Text Example

White with #D038D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038D7; }

 p { color: rgb(208,56,215); }

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

background-color css

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

 a { background-color: rgb(208,56,215); }

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

border-color css

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

 span { border-color: rgb(208,56,215); }

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