Html Css Color HEX #D04CCB Fuchsia

📋 copy color: '#D04CCB'

red 208 ◦ green 76 ◦ blue 203

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

Shades of Fuchsia #D04CCB

Tints of Fuchsia #D04CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.61%

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

R = 42.71%
G = 15.61%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D04CCB (or 0xD04CCB) is known color: Fuchsia. HEX triplet: D0, 4C and CB. RGB value is (208,76,203). Sum of RGB (Red+Green+Blue) = 208+76+203=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CCB is #2FB334. Grayscale: #818181. Windows color (decimal): -3126069 or 13323472. OLE color: 13323472.

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

Color convert

RGB 208 76 203 -
CMYK 0 0.63 0.02 0.18
HSL 302.27º 0.58% 0.56% -
HSV(B) 302.27º 0.63% 0.82% -
XYZ 39.38 22.89 58.84 -
YUV 129.95 169.23 183.67 -
System Red Green Blue C M Y K H S L
Decimal 208 76 203 0 0.63 0.02 0.18 302.27 0.58 0.56
Hex D0 4C CB 0 3F 2 12 12E 3A 38
Octal 320 114 313 0 77 2 22 456 72 70
Binary 11010000 1001100 11001011 0 111111 10 10010 100101110 111010 111000

Color Harmonies of #D04CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CCB

Black with #D04CCB

Text Example


Text Example

White with #D04CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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