Html Css Color HEX #D038CD Fuchsia

📋 copy color: '#D038CD'

red 208 ◦ green 56 ◦ blue 205

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

Shades of Fuchsia #D038CD

Tints of Fuchsia #D038CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.71%

R = 44.35%
G = 11.94%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D038CD (or 0xD038CD) is known color: Fuchsia. HEX triplet: D0, 38 and CD. RGB value is (208,56,205). Sum of RGB (Red+Green+Blue) = 208+56+205=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D038CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038CD is #2FC732. Grayscale: #757575. Windows color (decimal): -3131187 or 13449424. OLE color: 13449424.

HSL color Cylindrical-coordinate representation of color #D038CD: hue angle of 301.18º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D038CD is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 56 205 -
CMYK 0 0.73 0.01 0.18
HSL 301.18º 0.62% 0.52% -
HSV(B) 301.18º 0.73% 0.82% -
XYZ 38.45 20.65 59.72 -
YUV 118.43 176.86 191.88 -
System Red Green Blue C M Y K H S L
Decimal 208 56 205 0 0.73 0.01 0.18 301.18 0.62 0.52
Hex D0 38 CD 0 49 1 12 12D 3E 34
Octal 320 70 315 0 111 1 22 455 76 64
Binary 11010000 111000 11001101 0 1001001 1 10010 100101101 111110 110100

Color Harmonies of #D038CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038CD

Black with #D038CD

Text Example


Text Example

White with #D038CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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