Html Css Color HEX #D065B7 Fuchsia

📋 copy color: '#D065B7'

red 208 ◦ green 101 ◦ blue 183

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

Shades of Fuchsia #D065B7

Tints of Fuchsia #D065B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.2%

R = 42.28%
G = 20.53%
B = 37.2%

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

#D065B7 (or 0xD065B7) is known color: Fuchsia. HEX triplet: D0, 65 and B7. RGB value is (208,101,183). Sum of RGB (Red+Green+Blue) = 208+101+183=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D065B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065B7 is #2F9A48. Grayscale: #8E8E8E. Windows color (decimal): -3119689 or 12019152. OLE color: 12019152.

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

Color convert

RGB 208 101 183 -
CMYK 0 0.51 0.12 0.18
HSL 314.02º 0.53% 0.61% -
HSV(B) 314.02º 0.51% 0.82% -
XYZ 39.21 26.14 47.78 -
YUV 142.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 208 101 183 0 0.51 0.12 0.18 314.02 0.53 0.61
Hex D0 65 B7 0 33 C 12 13A 35 3D
Octal 320 145 267 0 63 14 22 472 65 75
Binary 11010000 1100101 10110111 0 110011 1100 10010 100111010 110101 111101

Color Harmonies of #D065B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065B7

Black with #D065B7

Text Example


Text Example

White with #D065B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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