Html Css Color HEX #D635B0 Fuchsia

📋 copy color: '#D635B0'

red 214 ◦ green 53 ◦ blue 176

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

Shades of Fuchsia #D635B0

Tints of Fuchsia #D635B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.73%

R = 48.31%
G = 11.96%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D635B0 (or 0xD635B0) is known color: Fuchsia. HEX triplet: D6, 35 and B0. RGB value is (214,53,176). Sum of RGB (Red+Green+Blue) = 214+53+176=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D635B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D635B0 is #29CA4F. Grayscale: #727272. Windows color (decimal): -2738768 or 11548118. OLE color: 11548118.

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

Color convert

RGB 214 53 176 -
CMYK 0 0.75 0.18 0.16
HSL 314.16º 0.66% 0.52% -
HSV(B) 314.16º 0.75% 0.84% -
XYZ 36.84 19.98 42.99 -
YUV 115.16 162.34 198.5 -
System Red Green Blue C M Y K H S L
Decimal 214 53 176 0 0.75 0.18 0.16 314.16 0.66 0.52
Hex D6 35 B0 0 4B 12 10 13A 42 34
Octal 326 65 260 0 113 22 20 472 102 64
Binary 11010110 110101 10110000 0 1001011 10010 10000 100111010 1000010 110100

Color Harmonies of #D635B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D635B0

Black with #D635B0

Text Example


Text Example

White with #D635B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D635B0; }

 p { color: rgb(214,53,176); }

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

background-color css

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

 a { background-color: rgb(214,53,176); }

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

border-color css

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

 span { border-color: rgb(214,53,176); }

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