Html Css Color HEX #D734B7 Fuchsia

📋 copy color: '#D734B7'

red 215 ◦ green 52 ◦ blue 183

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

Shades of Fuchsia #D734B7

Tints of Fuchsia #D734B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.67%

R = 47.78%
G = 11.56%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D734B7 (or 0xD734B7) is known color: Fuchsia. HEX triplet: D7, 34 and B7. RGB value is (215,52,183). Sum of RGB (Red+Green+Blue) = 215+52+183=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D734B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D734B7 is #28CB48. Grayscale: #737373. Windows color (decimal): -2673481 or 12006615. OLE color: 12006615.

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

Color convert

RGB 215 52 183 -
CMYK 0 0.76 0.15 0.16
HSL 311.78º 0.67% 0.52% -
HSV(B) 311.78º 0.76% 0.84% -
XYZ 37.8 20.32 46.73 -
YUV 115.67 166 198.85 -
System Red Green Blue C M Y K H S L
Decimal 215 52 183 0 0.76 0.15 0.16 311.78 0.67 0.52
Hex D7 34 B7 0 4C F 10 138 43 34
Octal 327 64 267 0 114 17 20 470 103 64
Binary 11010111 110100 10110111 0 1001100 1111 10000 100111000 1000011 110100

Color Harmonies of #D734B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D734B7

Black with #D734B7

Text Example


Text Example

White with #D734B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D734B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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