Html Css Color HEX #D265BB Fuchsia

📋 copy color: '#D265BB'

red 210 ◦ green 101 ◦ blue 187

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

Shades of Fuchsia #D265BB

Tints of Fuchsia #D265BB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.28%

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

R = 42.17%
G = 20.28%
B = 37.55%

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

#D265BB (or 0xD265BB) is known color: Fuchsia. HEX triplet: D2, 65 and BB. RGB value is (210,101,187). Sum of RGB (Red+Green+Blue) = 210+101+187=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D265BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265BB is #2D9A44. Grayscale: #8F8F8F. Windows color (decimal): -2988613 or 12281298. OLE color: 12281298.

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

Color convert

RGB 210 101 187 -
CMYK 0 0.52 0.11 0.18
HSL 312.66º 0.55% 0.61% -
HSV(B) 312.66º 0.52% 0.82% -
XYZ 40.2 26.6 50.03 -
YUV 143.4 152.61 175.51 -
System Red Green Blue C M Y K H S L
Decimal 210 101 187 0 0.52 0.11 0.18 312.66 0.55 0.61
Hex D2 65 BB 0 34 B 12 139 37 3D
Octal 322 145 273 0 64 13 22 471 67 75
Binary 11010010 1100101 10111011 0 110100 1011 10010 100111001 110111 111101

Color Harmonies of #D265BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D265BB

Black with #D265BB

Text Example


Text Example

White with #D265BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D265BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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