Html Css Color HEX #D734C9 Fuchsia

📋 copy color: '#D734C9'

red 215 ◦ green 52 ◦ blue 201

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

Shades of Fuchsia #D734C9

Tints of Fuchsia #D734C9

RGB

 RED value IS 215 (84.38% from 255) = 45.94%

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

 BLUE value IS 201 (78.91% from 255) = 42.95%

R = 45.94%
G = 11.11%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D734C9 (or 0xD734C9) is known color: Fuchsia. HEX triplet: D7, 34 and C9. RGB value is (215,52,201). Sum of RGB (Red+Green+Blue) = 215+52+201=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D734C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D734C9 is #28CB36. Grayscale: #757575. Windows color (decimal): -2673463 or 13186263. OLE color: 13186263.

HSL color Cylindrical-coordinate representation of color #D734C9: hue angle of 305.15º degrees, saturation: 0.67, 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 #D734C9 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 52 201 -
CMYK 0 0.76 0.07 0.16
HSL 305.15º 0.67% 0.52% -
HSV(B) 305.15º 0.76% 0.84% -
XYZ 39.79 21.12 57.24 -
YUV 117.72 175 197.38 -
System Red Green Blue C M Y K H S L
Decimal 215 52 201 0 0.76 0.07 0.16 305.15 0.67 0.52
Hex D7 34 C9 0 4C 7 10 131 43 34
Octal 327 64 311 0 114 7 20 461 103 64
Binary 11010111 110100 11001001 0 1001100 111 10000 100110001 1000011 110100

Color Harmonies of #D734C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D734C9

Black with #D734C9

Text Example


Text Example

White with #D734C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D734C9; }

 p { color: rgb(215,52,201); }

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

background-color css

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

 a { background-color: rgb(215,52,201); }

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

border-color css

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

 span { border-color: rgb(215,52,201); }

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