Html Css Color HEX #D251CA Fuchsia

📋 copy color: '#D251CA'

red 210 ◦ green 81 ◦ blue 202

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

Shades of Fuchsia #D251CA

Tints of Fuchsia #D251CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.97%

R = 42.6%
G = 16.43%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D251CA (or 0xD251CA) is known color: Fuchsia. HEX triplet: D2, 51 and CA. RGB value is (210,81,202). Sum of RGB (Red+Green+Blue) = 210+81+202=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D251CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D251CA is #2DAE35. Grayscale: #858585. Windows color (decimal): -2993718 or 13259218. OLE color: 13259218.

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

Color convert

RGB 210 81 202 -
CMYK 0 0.61 0.04 0.18
HSL 303.72º 0.59% 0.57% -
HSV(B) 303.72º 0.61% 0.82% -
XYZ 40.18 23.85 58.36 -
YUV 133.37 166.74 182.66 -
System Red Green Blue C M Y K H S L
Decimal 210 81 202 0 0.61 0.04 0.18 303.72 0.59 0.57
Hex D2 51 CA 0 3D 4 12 130 3B 39
Octal 322 121 312 0 75 4 22 460 73 71
Binary 11010010 1010001 11001010 0 111101 100 10010 100110000 111011 111001

Color Harmonies of #D251CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D251CA

Black with #D251CA

Text Example


Text Example

White with #D251CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D251CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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