Html Css Color HEX #D250C4 Fuchsia

📋 copy color: '#D250C4'

red 210 ◦ green 80 ◦ blue 196

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

Shades of Fuchsia #D250C4

Tints of Fuchsia #D250C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.33%

R = 43.21%
G = 16.46%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D250C4 (or 0xD250C4) is known color: Fuchsia. HEX triplet: D2, 50 and C4. RGB value is (210,80,196). Sum of RGB (Red+Green+Blue) = 210+80+196=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D250C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250C4 is #2DAF3B. Grayscale: #838383. Windows color (decimal): -2993980 or 12865746. OLE color: 12865746.

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

Color convert

RGB 210 80 196 -
CMYK 0 0.62 0.07 0.18
HSL 306.46º 0.59% 0.57% -
HSV(B) 306.46º 0.62% 0.82% -
XYZ 39.41 23.42 54.67 -
YUV 132.09 164.07 183.57 -
System Red Green Blue C M Y K H S L
Decimal 210 80 196 0 0.62 0.07 0.18 306.46 0.59 0.57
Hex D2 50 C4 0 3E 7 12 132 3B 39
Octal 322 120 304 0 76 7 22 462 73 71
Binary 11010010 1010000 11000100 0 111110 111 10010 100110010 111011 111001

Color Harmonies of #D250C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250C4

Black with #D250C4

Text Example


Text Example

White with #D250C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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