Html Css Color HEX #D653C2 Fuchsia

📋 copy color: '#D653C2'

red 214 ◦ green 83 ◦ blue 194

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

Shades of Fuchsia #D653C2

Tints of Fuchsia #D653C2

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.9%

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

R = 43.58%
G = 16.9%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D653C2 (or 0xD653C2) is known color: Fuchsia. HEX triplet: D6, 53 and C2. RGB value is (214,83,194). Sum of RGB (Red+Green+Blue) = 214+83+194=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D653C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D653C2 is #29AC3D. Grayscale: #868686. Windows color (decimal): -2731070 or 12735446. OLE color: 12735446.

HSL color Cylindrical-coordinate representation of color #D653C2: hue angle of 309.16º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D653C2 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 83 194 -
CMYK 0 0.61 0.09 0.16
HSL 309.16º 0.62% 0.58% -
HSV(B) 309.16º 0.61% 0.84% -
XYZ 40.56 24.38 53.61 -
YUV 134.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 214 83 194 0 0.61 0.09 0.16 309.16 0.62 0.58
Hex D6 53 C2 0 3D 9 10 135 3E 3A
Octal 326 123 302 0 75 11 20 465 76 72
Binary 11010110 1010011 11000010 0 111101 1001 10000 100110101 111110 111010

Color Harmonies of #D653C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D653C2

Black with #D653C2

Text Example


Text Example

White with #D653C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D653C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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