Html Css Color HEX #D02CB3 Fuchsia

📋 copy color: '#D02CB3'

red 208 ◦ green 44 ◦ blue 179

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

Shades of Fuchsia #D02CB3

Tints of Fuchsia #D02CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.53%

R = 48.26%
G = 10.21%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D02CB3 (or 0xD02CB3) is known color: Fuchsia. HEX triplet: D0, 2C and B3. RGB value is (208,44,179). Sum of RGB (Red+Green+Blue) = 208+44+179=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D02CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02CB3 is #2FD34C. Grayscale: #6C6C6C. Windows color (decimal): -3134285 or 11742416. OLE color: 11742416.

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

Color convert

RGB 208 44 179 -
CMYK 0 0.79 0.14 0.18
HSL 310.61º 0.65% 0.49% -
HSV(B) 310.61º 0.79% 0.82% -
XYZ 35.05 18.47 44.36 -
YUV 108.43 167.83 199.02 -
System Red Green Blue C M Y K H S L
Decimal 208 44 179 0 0.79 0.14 0.18 310.61 0.65 0.49
Hex D0 2C B3 0 4F E 12 137 41 31
Octal 320 54 263 0 117 16 22 467 101 61
Binary 11010000 101100 10110011 0 1001111 1110 10010 100110111 1000001 110001

Color Harmonies of #D02CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02CB3

Black with #D02CB3

Text Example


Text Example

White with #D02CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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