Html Css Color HEX #D65CBA Fuchsia

📋 copy color: '#D65CBA'

red 214 ◦ green 92 ◦ blue 186

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

Shades of Fuchsia #D65CBA

Tints of Fuchsia #D65CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 43.5%
G = 18.7%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D65CBA (or 0xD65CBA) is known color: Fuchsia. HEX triplet: D6, 5C and BA. RGB value is (214,92,186). Sum of RGB (Red+Green+Blue) = 214+92+186=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CBA is #29A345. Grayscale: #8A8A8A. Windows color (decimal): -2728774 or 12213462. OLE color: 12213462.

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

Color convert

RGB 214 92 186 -
CMYK 0 0.57 0.13 0.16
HSL 313.77º 0.6% 0.6% -
HSV(B) 313.77º 0.57% 0.84% -
XYZ 40.42 25.5 49.25 -
YUV 139.19 154.42 181.36 -
System Red Green Blue C M Y K H S L
Decimal 214 92 186 0 0.57 0.13 0.16 313.77 0.6 0.6
Hex D6 5C BA 0 39 D 10 13A 3C 3C
Octal 326 134 272 0 71 15 20 472 74 74
Binary 11010110 1011100 10111010 0 111001 1101 10000 100111010 111100 111100

Color Harmonies of #D65CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65CBA

Black with #D65CBA

Text Example


Text Example

White with #D65CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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