Html Css Color HEX #D266B3 Fuchsia

📋 copy color: '#D266B3'

red 210 ◦ green 102 ◦ blue 179

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

Shades of Fuchsia #D266B3

Tints of Fuchsia #D266B3

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.77%

 BLUE value IS 179 (70.31% from 255) = 36.46%

R = 42.77%
G = 20.77%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D266B3 (or 0xD266B3) is known color: Fuchsia. HEX triplet: D2, 66 and B3. RGB value is (210,102,179). Sum of RGB (Red+Green+Blue) = 210+102+179=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D266B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266B3 is #2D994C. Grayscale: #8E8E8E. Windows color (decimal): -2988365 or 11757266. OLE color: 11757266.

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

Color convert

RGB 210 102 179 -
CMYK 0 0.51 0.15 0.18
HSL 317.22º 0.55% 0.61% -
HSV(B) 317.22º 0.51% 0.82% -
XYZ 39.47 26.46 45.67 -
YUV 143.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 210 102 179 0 0.51 0.15 0.18 317.22 0.55 0.61
Hex D2 66 B3 0 33 F 12 13D 37 3D
Octal 322 146 263 0 63 17 22 475 67 75
Binary 11010010 1100110 10110011 0 110011 1111 10010 100111101 110111 111101

Color Harmonies of #D266B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D266B3

Black with #D266B3

Text Example


Text Example

White with #D266B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D266B3; }

 p { color: rgb(210,102,179); }

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

background-color css

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

 a { background-color: rgb(210,102,179); }

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

border-color css

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

 span { border-color: rgb(210,102,179); }

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