Html Css Color HEX #D02CB1 Fuchsia

📋 copy color: '#D02CB1'

red 208 ◦ green 44 ◦ blue 177

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

Shades of Fuchsia #D02CB1

Tints of Fuchsia #D02CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.26%

R = 48.48%
G = 10.26%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D02CB1 (or 0xD02CB1) is known color: Fuchsia. HEX triplet: D0, 2C and B1. RGB value is (208,44,177). Sum of RGB (Red+Green+Blue) = 208+44+177=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D02CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02CB1 is #2FD34E. Grayscale: #6B6B6B. Windows color (decimal): -3134287 or 11611344. OLE color: 11611344.

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

Color convert

RGB 208 44 177 -
CMYK 0 0.79 0.15 0.18
HSL 311.34º 0.65% 0.49% -
HSV(B) 311.34º 0.79% 0.82% -
XYZ 34.85 18.39 43.31 -
YUV 108.2 166.83 199.19 -
System Red Green Blue C M Y K H S L
Decimal 208 44 177 0 0.79 0.15 0.18 311.34 0.65 0.49
Hex D0 2C B1 0 4F F 12 137 41 31
Octal 320 54 261 0 117 17 22 467 101 61
Binary 11010000 101100 10110001 0 1001111 1111 10010 100110111 1000001 110001

Color Harmonies of #D02CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02CB1

Black with #D02CB1

Text Example


Text Example

White with #D02CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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