Html Css Color HEX #D251CD Fuchsia

📋 copy color: '#D251CD'

red 210 ◦ green 81 ◦ blue 205

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

Shades of Fuchsia #D251CD

Tints of Fuchsia #D251CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 42.34%
G = 16.33%
B = 41.33%

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

#D251CD (or 0xD251CD) is known color: Fuchsia. HEX triplet: D2, 51 and CD. RGB value is (210,81,205). Sum of RGB (Red+Green+Blue) = 210+81+205=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D251CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D251CD is #2DAE32. Grayscale: #858585. Windows color (decimal): -2993715 or 13455826. OLE color: 13455826.

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

Color convert

RGB 210 81 205 -
CMYK 0 0.61 0.02 0.18
HSL 302.33º 0.59% 0.57% -
HSV(B) 302.33º 0.61% 0.82% -
XYZ 40.54 23.99 60.25 -
YUV 133.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 210 81 205 0 0.61 0.02 0.18 302.33 0.59 0.57
Hex D2 51 CD 0 3D 2 12 12E 3B 39
Octal 322 121 315 0 75 2 22 456 73 71
Binary 11010010 1010001 11001101 0 111101 10 10010 100101110 111011 111001

Color Harmonies of #D251CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D251CD

Black with #D251CD

Text Example


Text Example

White with #D251CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D251CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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