Html Css Color HEX #D250C1 Fuchsia

📋 copy color: '#D250C1'

red 210 ◦ green 80 ◦ blue 193

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

Shades of Fuchsia #D250C1

Tints of Fuchsia #D250C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.96%

R = 43.48%
G = 16.56%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D250C1 (or 0xD250C1) is known color: Fuchsia. HEX triplet: D2, 50 and C1. RGB value is (210,80,193). Sum of RGB (Red+Green+Blue) = 210+80+193=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D250C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250C1 is #2DAF3E. Grayscale: #838383. Windows color (decimal): -2993983 or 12669138. OLE color: 12669138.

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

Color convert

RGB 210 80 193 -
CMYK 0 0.62 0.08 0.18
HSL 307.85º 0.59% 0.57% -
HSV(B) 307.85º 0.62% 0.82% -
XYZ 39.07 23.29 52.89 -
YUV 131.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 210 80 193 0 0.62 0.08 0.18 307.85 0.59 0.57
Hex D2 50 C1 0 3E 8 12 134 3B 39
Octal 322 120 301 0 76 10 22 464 73 71
Binary 11010010 1010000 11000001 0 111110 1000 10010 100110100 111011 111001

Color Harmonies of #D250C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250C1

Black with #D250C1

Text Example


Text Example

White with #D250C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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