Html Css Color HEX #D634CC Fuchsia

📋 copy color: '#D634CC'

red 214 ◦ green 52 ◦ blue 204

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

Shades of Fuchsia #D634CC

Tints of Fuchsia #D634CC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.06%

 BLUE value IS 204 (80.08% from 255) = 43.4%

R = 45.53%
G = 11.06%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D634CC (or 0xD634CC) is known color: Fuchsia. HEX triplet: D6, 34 and CC. RGB value is (214,52,204). Sum of RGB (Red+Green+Blue) = 214+52+204=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D634CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D634CC is #29CB33. Grayscale: #757575. Windows color (decimal): -2738996 or 13382870. OLE color: 13382870.

HSL color Cylindrical-coordinate representation of color #D634CC: hue angle of 303.7º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D634CC is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 52 204 -
CMYK 0 0.76 0.05 0.16
HSL 303.7º 0.66% 0.52% -
HSV(B) 303.7º 0.76% 0.84% -
XYZ 39.86 21.11 59.1 -
YUV 117.77 176.67 196.64 -
System Red Green Blue C M Y K H S L
Decimal 214 52 204 0 0.76 0.05 0.16 303.7 0.66 0.52
Hex D6 34 CC 0 4C 5 10 130 42 34
Octal 326 64 314 0 114 5 20 460 102 64
Binary 11010110 110100 11001100 0 1001100 101 10000 100110000 1000010 110100

Color Harmonies of #D634CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D634CC

Black with #D634CC

Text Example


Text Example

White with #D634CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D634CC; }

 p { color: rgb(214,52,204); }

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

background-color css

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

 a { background-color: rgb(214,52,204); }

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

border-color css

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

 span { border-color: rgb(214,52,204); }

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