Html Css Color HEX #D266BB Fuchsia

📋 copy color: '#D266BB'

red 210 ◦ green 102 ◦ blue 187

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

Shades of Fuchsia #D266BB

Tints of Fuchsia #D266BB

RGB

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

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

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

R = 42.08%
G = 20.44%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D266BB (or 0xD266BB) is known color: Fuchsia. HEX triplet: D2, 66 and BB. RGB value is (210,102,187). Sum of RGB (Red+Green+Blue) = 210+102+187=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D266BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266BB is #2D9944. Grayscale: #8F8F8F. Windows color (decimal): -2988357 or 12281554. OLE color: 12281554.

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

Color convert

RGB 210 102 187 -
CMYK 0 0.51 0.11 0.18
HSL 312.78º 0.55% 0.61% -
HSV(B) 312.78º 0.51% 0.82% -
XYZ 40.3 26.79 50.06 -
YUV 143.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 210 102 187 0 0.51 0.11 0.18 312.78 0.55 0.61
Hex D2 66 BB 0 33 B 12 139 37 3D
Octal 322 146 273 0 63 13 22 471 67 75
Binary 11010010 1100110 10111011 0 110011 1011 10010 100111001 110111 111101

Color Harmonies of #D266BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D266BB

Black with #D266BB

Text Example


Text Example

White with #D266BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D266BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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