Html Css Color HEX #D065C0 Fuchsia

📋 copy color: '#D065C0'

red 208 ◦ green 101 ◦ blue 192

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

Shades of Fuchsia #D065C0

Tints of Fuchsia #D065C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.32%

R = 41.52%
G = 20.16%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D065C0 (or 0xD065C0) is known color: Fuchsia. HEX triplet: D0, 65 and C0. RGB value is (208,101,192). Sum of RGB (Red+Green+Blue) = 208+101+192=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D065C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065C0 is #2F9A3F. Grayscale: #8F8F8F. Windows color (decimal): -3119680 or 12608976. OLE color: 12608976.

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

Color convert

RGB 208 101 192 -
CMYK 0 0.51 0.08 0.18
HSL 308.97º 0.53% 0.61% -
HSV(B) 308.97º 0.51% 0.82% -
XYZ 40.18 26.52 52.87 -
YUV 143.37 155.45 174.1 -
System Red Green Blue C M Y K H S L
Decimal 208 101 192 0 0.51 0.08 0.18 308.97 0.53 0.61
Hex D0 65 C0 0 33 8 12 135 35 3D
Octal 320 145 300 0 63 10 22 465 65 75
Binary 11010000 1100101 11000000 0 110011 1000 10010 100110101 110101 111101

Color Harmonies of #D065C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065C0

Black with #D065C0

Text Example


Text Example

White with #D065C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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