Html Css Color HEX #D250CF Fuchsia

📋 copy color: '#D250CF'

red 210 ◦ green 80 ◦ blue 207

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

Shades of Fuchsia #D250CF

Tints of Fuchsia #D250CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 42.25%
G = 16.1%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D250CF (or 0xD250CF) is known color: Fuchsia. HEX triplet: D2, 50 and CF. RGB value is (210,80,207). Sum of RGB (Red+Green+Blue) = 210+80+207=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D250CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250CF is #2DAF30. Grayscale: #848484. Windows color (decimal): -2993969 or 13586642. OLE color: 13586642.

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

Color convert

RGB 210 80 207 -
CMYK 0 0.62 0.01 0.18
HSL 301.38º 0.59% 0.57% -
HSV(B) 301.38º 0.62% 0.82% -
XYZ 40.71 23.94 61.51 -
YUV 133.35 169.57 182.67 -
System Red Green Blue C M Y K H S L
Decimal 210 80 207 0 0.62 0.01 0.18 301.38 0.59 0.57
Hex D2 50 CF 0 3E 1 12 12D 3B 39
Octal 322 120 317 0 76 1 22 455 73 71
Binary 11010010 1010000 11001111 0 111110 1 10010 100101101 111011 111001

Color Harmonies of #D250CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250CF

Black with #D250CF

Text Example


Text Example

White with #D250CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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