Html Css Color HEX #D250CA Fuchsia

📋 copy color: '#D250CA'

red 210 ◦ green 80 ◦ blue 202

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

Shades of Fuchsia #D250CA

Tints of Fuchsia #D250CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.26%

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

R = 42.68%
G = 16.26%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D250CA (or 0xD250CA) is known color: Fuchsia. HEX triplet: D2, 50 and CA. RGB value is (210,80,202). Sum of RGB (Red+Green+Blue) = 210+80+202=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D250CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250CA is #2DAF35. Grayscale: #848484. Windows color (decimal): -2993974 or 13258962. OLE color: 13258962.

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

Color convert

RGB 210 80 202 -
CMYK 0 0.62 0.04 0.18
HSL 303.69º 0.59% 0.57% -
HSV(B) 303.69º 0.62% 0.82% -
XYZ 40.11 23.7 58.34 -
YUV 132.78 167.07 183.08 -
System Red Green Blue C M Y K H S L
Decimal 210 80 202 0 0.62 0.04 0.18 303.69 0.59 0.57
Hex D2 50 CA 0 3E 4 12 130 3B 39
Octal 322 120 312 0 76 4 22 460 73 71
Binary 11010010 1010000 11001010 0 111110 100 10010 100110000 111011 111001

Color Harmonies of #D250CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250CA

Black with #D250CA

Text Example


Text Example

White with #D250CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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