Html Css Color HEX #D065B5 Fuchsia

📋 copy color: '#D065B5'

red 208 ◦ green 101 ◦ blue 181

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

Shades of Fuchsia #D065B5

Tints of Fuchsia #D065B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.94%

R = 42.45%
G = 20.61%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D065B5 (or 0xD065B5) is known color: Fuchsia. HEX triplet: D0, 65 and B5. RGB value is (208,101,181). Sum of RGB (Red+Green+Blue) = 208+101+181=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D065B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065B5 is #2F9A4A. Grayscale: #8D8D8D. Windows color (decimal): -3119691 or 11888080. OLE color: 11888080.

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

Color convert

RGB 208 101 181 -
CMYK 0 0.51 0.13 0.18
HSL 315.14º 0.53% 0.61% -
HSV(B) 315.14º 0.51% 0.82% -
XYZ 39.01 26.05 46.69 -
YUV 142.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 208 101 181 0 0.51 0.13 0.18 315.14 0.53 0.61
Hex D0 65 B5 0 33 D 12 13B 35 3D
Octal 320 145 265 0 63 15 22 473 65 75
Binary 11010000 1100101 10110101 0 110011 1101 10010 100111011 110101 111101

Color Harmonies of #D065B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065B5

Black with #D065B5

Text Example


Text Example

White with #D065B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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