Html Css Color HEX #D65CB4 Fuchsia

📋 copy color: '#D65CB4'

red 214 ◦ green 92 ◦ blue 180

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

Shades of Fuchsia #D65CB4

Tints of Fuchsia #D65CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.04%

R = 44.03%
G = 18.93%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D65CB4 (or 0xD65CB4) is known color: Fuchsia. HEX triplet: D6, 5C and B4. RGB value is (214,92,180). Sum of RGB (Red+Green+Blue) = 214+92+180=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CB4 is #29A34B. Grayscale: #8A8A8A. Windows color (decimal): -2728780 or 11820246. OLE color: 11820246.

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

Color convert

RGB 214 92 180 -
CMYK 0 0.57 0.16 0.16
HSL 316.72º 0.6% 0.6% -
HSV(B) 316.72º 0.57% 0.84% -
XYZ 39.8 25.25 45.96 -
YUV 138.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 214 92 180 0 0.57 0.16 0.16 316.72 0.6 0.6
Hex D6 5C B4 0 39 10 10 13D 3C 3C
Octal 326 134 264 0 71 20 20 475 74 74
Binary 11010110 1011100 10110100 0 111001 10000 10000 100111101 111100 111100

Color Harmonies of #D65CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65CB4

Black with #D65CB4

Text Example


Text Example

White with #D65CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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