Html Css Color HEX #D251CB Fuchsia

📋 copy color: '#D251CB'

red 210 ◦ green 81 ◦ blue 203

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

Shades of Fuchsia #D251CB

Tints of Fuchsia #D251CB

RGB

 RED value IS 210 (82.42% from 255) = 42.51%

 GREEN value IS 81 (32.03% from 255) = 16.4%

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

R = 42.51%
G = 16.4%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D251CB (or 0xD251CB) is known color: Fuchsia. HEX triplet: D2, 51 and CB. RGB value is (210,81,203). Sum of RGB (Red+Green+Blue) = 210+81+203=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D251CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D251CB is #2DAE34. Grayscale: #858585. Windows color (decimal): -2993717 or 13324754. OLE color: 13324754.

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

Color convert

RGB 210 81 203 -
CMYK 0 0.61 0.03 0.18
HSL 303.26º 0.59% 0.57% -
HSV(B) 303.26º 0.61% 0.82% -
XYZ 40.3 23.9 58.99 -
YUV 133.48 167.24 182.58 -
System Red Green Blue C M Y K H S L
Decimal 210 81 203 0 0.61 0.03 0.18 303.26 0.59 0.57
Hex D2 51 CB 0 3D 3 12 12F 3B 39
Octal 322 121 313 0 75 3 22 457 73 71
Binary 11010010 1010001 11001011 0 111101 11 10010 100101111 111011 111001

Color Harmonies of #D251CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D251CB

Black with #D251CB

Text Example


Text Example

White with #D251CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D251CB; }

 p { color: rgb(210,81,203); }

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

background-color css

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

 a { background-color: rgb(210,81,203); }

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

border-color css

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

 span { border-color: rgb(210,81,203); }

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