Html Css Color HEX #D065B6 Fuchsia

📋 copy color: '#D065B6'

red 208 ◦ green 101 ◦ blue 182

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

Shades of Fuchsia #D065B6

Tints of Fuchsia #D065B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.07%

R = 42.36%
G = 20.57%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D065B6 (or 0xD065B6) is known color: Fuchsia. HEX triplet: D0, 65 and B6. RGB value is (208,101,182). Sum of RGB (Red+Green+Blue) = 208+101+182=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D065B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065B6 is #2F9A49. Grayscale: #8E8E8E. Windows color (decimal): -3119690 or 11953616. OLE color: 11953616.

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

Color convert

RGB 208 101 182 -
CMYK 0 0.51 0.12 0.18
HSL 314.58º 0.53% 0.61% -
HSV(B) 314.58º 0.51% 0.82% -
XYZ 39.11 26.09 47.23 -
YUV 142.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 208 101 182 0 0.51 0.12 0.18 314.58 0.53 0.61
Hex D0 65 B6 0 33 C 12 13B 35 3D
Octal 320 145 266 0 63 14 22 473 65 75
Binary 11010000 1100101 10110110 0 110011 1100 10010 100111011 110101 111101

Color Harmonies of #D065B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065B6

Black with #D065B6

Text Example


Text Example

White with #D065B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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