Html Css Color HEX #D735C8 Fuchsia

📋 copy color: '#D735C8'

red 215 ◦ green 53 ◦ blue 200

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

Shades of Fuchsia #D735C8

Tints of Fuchsia #D735C8

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.32%

 BLUE value IS 200 (78.52% from 255) = 42.74%

R = 45.94%
G = 11.32%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D735C8 (or 0xD735C8) is known color: Fuchsia. HEX triplet: D7, 35 and C8. RGB value is (215,53,200). Sum of RGB (Red+Green+Blue) = 215+53+200=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D735C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D735C8 is #28CA37. Grayscale: #757575. Windows color (decimal): -2673208 or 13120983. OLE color: 13120983.

HSL color Cylindrical-coordinate representation of color #D735C8: hue angle of 305.56º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D735C8 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 53 200 -
CMYK 0 0.75 0.07 0.16
HSL 305.56º 0.67% 0.53% -
HSV(B) 305.56º 0.75% 0.84% -
XYZ 39.72 21.16 56.63 -
YUV 118.2 174.17 197.05 -
System Red Green Blue C M Y K H S L
Decimal 215 53 200 0 0.75 0.07 0.16 305.56 0.67 0.53
Hex D7 35 C8 0 4B 7 10 132 43 35
Octal 327 65 310 0 113 7 20 462 103 65
Binary 11010111 110101 11001000 0 1001011 111 10000 100110010 1000011 110101

Color Harmonies of #D735C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D735C8

Black with #D735C8

Text Example


Text Example

White with #D735C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D735C8; }

 p { color: rgb(215,53,200); }

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

background-color css

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

 a { background-color: rgb(215,53,200); }

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

border-color css

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

 span { border-color: rgb(215,53,200); }

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