Html Css Color HEX #D65DB5 Fuchsia

📋 copy color: '#D65DB5'

red 214 ◦ green 93 ◦ blue 181

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

Shades of Fuchsia #D65DB5

Tints of Fuchsia #D65DB5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.06%

 BLUE value IS 181 (71.09% from 255) = 37.09%

R = 43.85%
G = 19.06%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D65DB5 (or 0xD65DB5) is known color: Fuchsia. HEX triplet: D6, 5D and B5. RGB value is (214,93,181). Sum of RGB (Red+Green+Blue) = 214+93+181=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DB5 is #29A24A. Grayscale: #8A8A8A. Windows color (decimal): -2728523 or 11886038. OLE color: 11886038.

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

Color convert

RGB 214 93 181 -
CMYK 0 0.57 0.15 0.16
HSL 316.36º 0.6% 0.6% -
HSV(B) 316.36º 0.57% 0.84% -
XYZ 39.99 25.46 46.52 -
YUV 139.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 214 93 181 0 0.57 0.15 0.16 316.36 0.6 0.6
Hex D6 5D B5 0 39 F 10 13C 3C 3C
Octal 326 135 265 0 71 17 20 474 74 74
Binary 11010110 1011101 10110101 0 111001 1111 10000 100111100 111100 111100

Color Harmonies of #D65DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65DB5

Black with #D65DB5

Text Example


Text Example

White with #D65DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65DB5; }

 p { color: rgb(214,93,181); }

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

background-color css

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

 a { background-color: rgb(214,93,181); }

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

border-color css

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

 span { border-color: rgb(214,93,181); }

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