Html Css Color HEX #D250CB Fuchsia

📋 copy color: '#D250CB'

red 210 ◦ green 80 ◦ blue 203

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

Shades of Fuchsia #D250CB

Tints of Fuchsia #D250CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 42.6%
G = 16.23%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D250CB (or 0xD250CB) is known color: Fuchsia. HEX triplet: D2, 50 and CB. RGB value is (210,80,203). Sum of RGB (Red+Green+Blue) = 210+80+203=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D250CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250CB is #2DAF34. Grayscale: #848484. Windows color (decimal): -2993973 or 13324498. OLE color: 13324498.

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

Color convert

RGB 210 80 203 -
CMYK 0 0.62 0.03 0.18
HSL 303.23º 0.59% 0.57% -
HSV(B) 303.23º 0.62% 0.82% -
XYZ 40.23 23.75 58.96 -
YUV 132.89 167.57 183 -
System Red Green Blue C M Y K H S L
Decimal 210 80 203 0 0.62 0.03 0.18 303.23 0.59 0.57
Hex D2 50 CB 0 3E 3 12 12F 3B 39
Octal 322 120 313 0 76 3 22 457 73 71
Binary 11010010 1010000 11001011 0 111110 11 10010 100101111 111011 111001

Color Harmonies of #D250CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250CB

Black with #D250CB

Text Example


Text Example

White with #D250CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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