Html Css Color HEX #D65AB6 Fuchsia

📋 copy color: '#D65AB6'

red 214 ◦ green 90 ◦ blue 182

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

Shades of Fuchsia #D65AB6

Tints of Fuchsia #D65AB6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.52%

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

R = 44.03%
G = 18.52%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D65AB6 (or 0xD65AB6) is known color: Fuchsia. HEX triplet: D6, 5A and B6. RGB value is (214,90,182). Sum of RGB (Red+Green+Blue) = 214+90+182=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65AB6 is #29A549. Grayscale: #898989. Windows color (decimal): -2729290 or 11950806. OLE color: 11950806.

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

Color convert

RGB 214 90 182 -
CMYK 0 0.58 0.15 0.16
HSL 315.48º 0.6% 0.6% -
HSV(B) 315.48º 0.58% 0.84% -
XYZ 39.83 24.99 46.98 -
YUV 137.56 153.08 182.52 -
System Red Green Blue C M Y K H S L
Decimal 214 90 182 0 0.58 0.15 0.16 315.48 0.6 0.6
Hex D6 5A B6 0 3A F 10 13B 3C 3C
Octal 326 132 266 0 72 17 20 473 74 74
Binary 11010110 1011010 10110110 0 111010 1111 10000 100111011 111100 111100

Color Harmonies of #D65AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AB6

Black with #D65AB6

Text Example


Text Example

White with #D65AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AB6; }

 p { color: rgb(214,90,182); }

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

background-color css

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

 a { background-color: rgb(214,90,182); }

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

border-color css

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

 span { border-color: rgb(214,90,182); }

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