Html Css Color HEX #D264B0 Fuchsia

📋 copy color: '#D264B0'

red 210 ◦ green 100 ◦ blue 176

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

Shades of Fuchsia #D264B0

Tints of Fuchsia #D264B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.21%

R = 43.21%
G = 20.58%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D264B0 (or 0xD264B0) is known color: Fuchsia. HEX triplet: D2, 64 and B0. RGB value is (210,100,176). Sum of RGB (Red+Green+Blue) = 210+100+176=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D264B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D264B0 is #2D9B4F. Grayscale: #8D8D8D. Windows color (decimal): -2988880 or 11560146. OLE color: 11560146.

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

Color convert

RGB 210 100 176 -
CMYK 0 0.52 0.16 0.18
HSL 318.55º 0.55% 0.61% -
HSV(B) 318.55º 0.52% 0.82% -
XYZ 38.97 25.95 44.03 -
YUV 141.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 210 100 176 0 0.52 0.16 0.18 318.55 0.55 0.61
Hex D2 64 B0 0 34 10 12 13F 37 3D
Octal 322 144 260 0 64 20 22 477 67 75
Binary 11010010 1100100 10110000 0 110100 10000 10010 100111111 110111 111101

Color Harmonies of #D264B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D264B0

Black with #D264B0

Text Example


Text Example

White with #D264B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D264B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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