Html Css Color HEX #D65AB2 Fuchsia

📋 copy color: '#D65AB2'

red 214 ◦ green 90 ◦ blue 178

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

Shades of Fuchsia #D65AB2

Tints of Fuchsia #D65AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.93%

R = 44.4%
G = 18.67%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D65AB2 (or 0xD65AB2) is known color: Fuchsia. HEX triplet: D6, 5A and B2. RGB value is (214,90,178). Sum of RGB (Red+Green+Blue) = 214+90+178=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65AB2 is #29A54D. Grayscale: #888888. Windows color (decimal): -2729294 or 11688662. OLE color: 11688662.

HSL color Cylindrical-coordinate representation of color #D65AB2: hue angle of 317.42º 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 #D65AB2 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 90 178 -
CMYK 0 0.58 0.17 0.16
HSL 317.42º 0.6% 0.6% -
HSV(B) 317.42º 0.58% 0.84% -
XYZ 39.42 24.82 44.83 -
YUV 137.11 151.08 182.84 -
System Red Green Blue C M Y K H S L
Decimal 214 90 178 0 0.58 0.17 0.16 317.42 0.6 0.6
Hex D6 5A B2 0 3A 11 10 13D 3C 3C
Octal 326 132 262 0 72 21 20 475 74 74
Binary 11010110 1011010 10110010 0 111010 10001 10000 100111101 111100 111100

Color Harmonies of #D65AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AB2

Black with #D65AB2

Text Example


Text Example

White with #D65AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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