Html Css Color HEX #D264BB Fuchsia

📋 copy color: '#D264BB'

red 210 ◦ green 100 ◦ blue 187

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

Shades of Fuchsia #D264BB

Tints of Fuchsia #D264BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.63%

R = 42.25%
G = 20.12%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D264BB (or 0xD264BB) is known color: Fuchsia. HEX triplet: D2, 64 and BB. RGB value is (210,100,187). Sum of RGB (Red+Green+Blue) = 210+100+187=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D264BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264BB is #2D9B44. Grayscale: #8E8E8E. Windows color (decimal): -2988869 or 12281042. OLE color: 12281042.

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

Color convert

RGB 210 100 187 -
CMYK 0 0.52 0.11 0.18
HSL 312.55º 0.55% 0.61% -
HSV(B) 312.55º 0.52% 0.82% -
XYZ 40.11 26.4 50 -
YUV 142.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 210 100 187 0 0.52 0.11 0.18 312.55 0.55 0.61
Hex D2 64 BB 0 34 B 12 139 37 3D
Octal 322 144 273 0 64 13 22 471 67 75
Binary 11010010 1100100 10111011 0 110100 1011 10010 100111001 110111 111101

Color Harmonies of #D264BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D264BB

Black with #D264BB

Text Example


Text Example

White with #D264BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D264BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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