Html Css Color HEX #D065B0 Fuchsia

📋 copy color: '#D065B0'

red 208 ◦ green 101 ◦ blue 176

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

Shades of Fuchsia #D065B0

Tints of Fuchsia #D065B0

RGB

 RED value IS 208 (81.64% from 255) = 42.89%

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

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

R = 42.89%
G = 20.82%
B = 36.29%

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

#D065B0 (or 0xD065B0) is known color: Fuchsia. HEX triplet: D0, 65 and B0. RGB value is (208,101,176). Sum of RGB (Red+Green+Blue) = 208+101+176=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D065B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D065B0 is #2F9A4F. Grayscale: #8D8D8D. Windows color (decimal): -3119696 or 11560400. OLE color: 11560400.

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

Color convert

RGB 208 101 176 -
CMYK 0 0.51 0.15 0.18
HSL 317.94º 0.53% 0.61% -
HSV(B) 317.94º 0.51% 0.82% -
XYZ 38.5 25.85 44.03 -
YUV 141.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 208 101 176 0 0.51 0.15 0.18 317.94 0.53 0.61
Hex D0 65 B0 0 33 F 12 13E 35 3D
Octal 320 145 260 0 63 17 22 476 65 75
Binary 11010000 1100101 10110000 0 110011 1111 10010 100111110 110101 111101

Color Harmonies of #D065B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065B0

Black with #D065B0

Text Example


Text Example

White with #D065B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065B0; }

 p { color: rgb(208,101,176); }

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

background-color css

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

 a { background-color: rgb(208,101,176); }

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

border-color css

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

 span { border-color: rgb(208,101,176); }

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