Html Css Color HEX #D264C0 Fuchsia

📋 copy color: '#D264C0'

red 210 ◦ green 100 ◦ blue 192

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

Shades of Fuchsia #D264C0

Tints of Fuchsia #D264C0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.92%

 BLUE value IS 192 (75.39% from 255) = 38.25%

R = 41.83%
G = 19.92%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D264C0 (or 0xD264C0) is known color: Fuchsia. HEX triplet: D2, 64 and C0. RGB value is (210,100,192). Sum of RGB (Red+Green+Blue) = 210+100+192=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D264C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264C0 is #2D9B3F. Grayscale: #8F8F8F. Windows color (decimal): -2988864 or 12608722. OLE color: 12608722.

HSL color Cylindrical-coordinate representation of color #D264C0: hue angle of 309.82º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D264C0 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 100 192 -
CMYK 0 0.52 0.09 0.18
HSL 309.82º 0.55% 0.61% -
HSV(B) 309.82º 0.52% 0.82% -
XYZ 40.65 26.62 52.87 -
YUV 143.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 210 100 192 0 0.52 0.09 0.18 309.82 0.55 0.61
Hex D2 64 C0 0 34 9 12 136 37 3D
Octal 322 144 300 0 64 11 22 466 67 75
Binary 11010010 1100100 11000000 0 110100 1001 10010 100110110 110111 111101

Color Harmonies of #D264C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D264C0

Black with #D264C0

Text Example


Text Example

White with #D264C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D264C0; }

 p { color: rgb(210,100,192); }

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

background-color css

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

 a { background-color: rgb(210,100,192); }

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

border-color css

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

 span { border-color: rgb(210,100,192); }

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