Html Css Color HEX #D038CF Fuchsia

📋 copy color: '#D038CF'

red 208 ◦ green 56 ◦ blue 207

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

Shades of Fuchsia #D038CF

Tints of Fuchsia #D038CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.95%

R = 44.16%
G = 11.89%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D038CF (or 0xD038CF) is known color: Fuchsia. HEX triplet: D0, 38 and CF. RGB value is (208,56,207). Sum of RGB (Red+Green+Blue) = 208+56+207=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D038CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038CF is #2FC730. Grayscale: #767676. Windows color (decimal): -3131185 or 13580496. OLE color: 13580496.

HSL color Cylindrical-coordinate representation of color #D038CF: hue angle of 300.39º 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 #D038CF is Cyan = 0, Magento = 0.73, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 56 207 -
CMYK 0 0.73 0.00 0.18
HSL 300.39º 0.62% 0.52% -
HSV(B) 300.39º 0.73% 0.82% -
XYZ 38.69 20.74 61 -
YUV 118.66 177.86 191.72 -
System Red Green Blue C M Y K H S L
Decimal 208 56 207 0 0.73 0.00 0.18 300.39 0.62 0.52
Hex D0 38 CF 0 49 0 12 12C 3E 34
Octal 320 70 317 0 111 0 22 454 76 64
Binary 11010000 111000 11001111 0 1001001 0 10010 100101100 111110 110100

Color Harmonies of #D038CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038CF

Black with #D038CF

Text Example


Text Example

White with #D038CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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