Html Css Color HEX #D65CC2 Fuchsia

📋 copy color: '#D65CC2'

red 214 ◦ green 92 ◦ blue 194

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

Shades of Fuchsia #D65CC2

Tints of Fuchsia #D65CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.8%

R = 42.8%
G = 18.4%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D65CC2 (or 0xD65CC2) is known color: Fuchsia. HEX triplet: D6, 5C and C2. RGB value is (214,92,194). Sum of RGB (Red+Green+Blue) = 214+92+194=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CC2 is #29A33D. Grayscale: #8B8B8B. Windows color (decimal): -2728766 or 12737750. OLE color: 12737750.

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

Color convert

RGB 214 92 194 -
CMYK 0 0.57 0.09 0.16
HSL 309.84º 0.6% 0.6% -
HSV(B) 309.84º 0.57% 0.84% -
XYZ 41.3 25.85 53.85 -
YUV 140.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 214 92 194 0 0.57 0.09 0.16 309.84 0.6 0.6
Hex D6 5C C2 0 39 9 10 136 3C 3C
Octal 326 134 302 0 71 11 20 466 74 74
Binary 11010110 1011100 11000010 0 111001 1001 10000 100110110 111100 111100

Color Harmonies of #D65CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65CC2

Black with #D65CC2

Text Example


Text Example

White with #D65CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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