Html Css Color HEX #D05FCB Fuchsia

📋 copy color: '#D05FCB'

red 208 ◦ green 95 ◦ blue 203

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

Shades of Fuchsia #D05FCB

Tints of Fuchsia #D05FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.77%

 BLUE value IS 203 (79.69% from 255) = 40.12%

R = 41.11%
G = 18.77%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D05FCB (or 0xD05FCB) is known color: Fuchsia. HEX triplet: D0, 5F and CB. RGB value is (208,95,203). Sum of RGB (Red+Green+Blue) = 208+95+203=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FCB is #2FA034. Grayscale: #8C8C8C. Windows color (decimal): -3121205 or 13328336. OLE color: 13328336.

HSL color Cylindrical-coordinate representation of color #D05FCB: hue angle of 302.65º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D05FCB is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 95 203 -
CMYK 0 0.54 0.02 0.18
HSL 302.65º 0.55% 0.59% -
HSV(B) 302.65º 0.54% 0.82% -
XYZ 40.88 25.91 59.35 -
YUV 141.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 208 95 203 0 0.54 0.02 0.18 302.65 0.55 0.59
Hex D0 5F CB 0 36 2 12 12F 37 3B
Octal 320 137 313 0 66 2 22 457 67 73
Binary 11010000 1011111 11001011 0 110110 10 10010 100101111 110111 111011

Color Harmonies of #D05FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FCB

Black with #D05FCB

Text Example


Text Example

White with #D05FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FCB; }

 p { color: rgb(208,95,203); }

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

background-color css

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

 a { background-color: rgb(208,95,203); }

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

border-color css

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

 span { border-color: rgb(208,95,203); }

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