Html Css Color HEX #D02CB4 Fuchsia

📋 copy color: '#D02CB4'

red 208 ◦ green 44 ◦ blue 180

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

Shades of Fuchsia #D02CB4

Tints of Fuchsia #D02CB4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.19%

 BLUE value IS 180 (70.7% from 255) = 41.67%

R = 48.15%
G = 10.19%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D02CB4 (or 0xD02CB4) is known color: Fuchsia. HEX triplet: D0, 2C and B4. RGB value is (208,44,180). Sum of RGB (Red+Green+Blue) = 208+44+180=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D02CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02CB4 is #2FD34B. Grayscale: #6C6C6C. Windows color (decimal): -3134284 or 11807952. OLE color: 11807952.

HSL color Cylindrical-coordinate representation of color #D02CB4: hue angle of 310.24º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02CB4 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 44 180 -
CMYK 0 0.79 0.13 0.18
HSL 310.24º 0.65% 0.49% -
HSV(B) 310.24º 0.79% 0.82% -
XYZ 35.15 18.51 44.9 -
YUV 108.54 168.33 198.94 -
System Red Green Blue C M Y K H S L
Decimal 208 44 180 0 0.79 0.13 0.18 310.24 0.65 0.49
Hex D0 2C B4 0 4F D 12 136 41 31
Octal 320 54 264 0 117 15 22 466 101 61
Binary 11010000 101100 10110100 0 1001111 1101 10010 100110110 1000001 110001

Color Harmonies of #D02CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02CB4

Black with #D02CB4

Text Example


Text Example

White with #D02CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02CB4; }

 p { color: rgb(208,44,180); }

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

background-color css

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

 a { background-color: rgb(208,44,180); }

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

border-color css

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

 span { border-color: rgb(208,44,180); }

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