Html Css Color HEX #D65CB8 Fuchsia

📋 copy color: '#D65CB8'

red 214 ◦ green 92 ◦ blue 184

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

Shades of Fuchsia #D65CB8

Tints of Fuchsia #D65CB8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.78%

 BLUE value IS 184 (72.27% from 255) = 37.55%

R = 43.67%
G = 18.78%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D65CB8 (or 0xD65CB8) is known color: Fuchsia. HEX triplet: D6, 5C and B8. RGB value is (214,92,184). Sum of RGB (Red+Green+Blue) = 214+92+184=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CB8 is #29A347. Grayscale: #8A8A8A. Windows color (decimal): -2728776 or 12082390. OLE color: 12082390.

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

Color convert

RGB 214 92 184 -
CMYK 0 0.57 0.14 0.16
HSL 314.75º 0.6% 0.6% -
HSV(B) 314.75º 0.57% 0.84% -
XYZ 40.21 25.41 48.13 -
YUV 138.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 214 92 184 0 0.57 0.14 0.16 314.75 0.6 0.6
Hex D6 5C B8 0 39 E 10 13B 3C 3C
Octal 326 134 270 0 71 16 20 473 74 74
Binary 11010110 1011100 10111000 0 111001 1110 10000 100111011 111100 111100

Color Harmonies of #D65CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65CB8

Black with #D65CB8

Text Example


Text Example

White with #D65CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65CB8; }

 p { color: rgb(214,92,184); }

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

background-color css

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

 a { background-color: rgb(214,92,184); }

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

border-color css

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

 span { border-color: rgb(214,92,184); }

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