Html Css Color HEX #D65BC2 Fuchsia

📋 copy color: '#D65BC2'

red 214 ◦ green 91 ◦ blue 194

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

Shades of Fuchsia #D65BC2

Tints of Fuchsia #D65BC2

RGB

 RED value IS 214 (83.98% from 255) = 42.89%

 GREEN value IS 91 (35.94% from 255) = 18.24%

 BLUE value IS 194 (76.17% from 255) = 38.88%

R = 42.89%
G = 18.24%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D65BC2 (or 0xD65BC2) is known color: Fuchsia. HEX triplet: D6, 5B and C2. RGB value is (214,91,194). Sum of RGB (Red+Green+Blue) = 214+91+194=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65BC2 is #29A43D. Grayscale: #8B8B8B. Windows color (decimal): -2729022 or 12737494. OLE color: 12737494.

HSL color Cylindrical-coordinate representation of color #D65BC2: hue angle of 309.76º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65BC2 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 91 194 -
CMYK 0 0.57 0.09 0.16
HSL 309.76º 0.6% 0.6% -
HSV(B) 309.76º 0.57% 0.84% -
XYZ 41.21 25.67 53.82 -
YUV 139.52 158.75 181.12 -
System Red Green Blue C M Y K H S L
Decimal 214 91 194 0 0.57 0.09 0.16 309.76 0.6 0.6
Hex D6 5B C2 0 39 9 10 136 3C 3C
Octal 326 133 302 0 71 11 20 466 74 74
Binary 11010110 1011011 11000010 0 111001 1001 10000 100110110 111100 111100

Color Harmonies of #D65BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65BC2

Black with #D65BC2

Text Example


Text Example

White with #D65BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65BC2; }

 p { color: rgb(214,91,194); }

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

background-color css

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

 a { background-color: rgb(214,91,194); }

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

border-color css

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

 span { border-color: rgb(214,91,194); }

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