Html Css Color HEX #D251CE Fuchsia

📋 copy color: '#D251CE'

red 210 ◦ green 81 ◦ blue 206

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

Shades of Fuchsia #D251CE

Tints of Fuchsia #D251CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 42.25%
G = 16.3%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D251CE (or 0xD251CE) is known color: Fuchsia. HEX triplet: D2, 51 and CE. RGB value is (210,81,206). Sum of RGB (Red+Green+Blue) = 210+81+206=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D251CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D251CE is #2DAE31. Grayscale: #858585. Windows color (decimal): -2993714 or 13521362. OLE color: 13521362.

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

Color convert

RGB 210 81 206 -
CMYK 0 0.61 0.02 0.18
HSL 301.86º 0.59% 0.57% -
HSV(B) 301.86º 0.61% 0.82% -
XYZ 40.66 24.04 60.89 -
YUV 133.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 210 81 206 0 0.61 0.02 0.18 301.86 0.59 0.57
Hex D2 51 CE 0 3D 2 12 12E 3B 39
Octal 322 121 316 0 75 2 22 456 73 71
Binary 11010010 1010001 11001110 0 111101 10 10010 100101110 111011 111001

Color Harmonies of #D251CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D251CE

Black with #D251CE

Text Example


Text Example

White with #D251CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D251CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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