Html Css Color HEX #D635B7 Fuchsia

📋 copy color: '#D635B7'

red 214 ◦ green 53 ◦ blue 183

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

Shades of Fuchsia #D635B7

Tints of Fuchsia #D635B7

RGB

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

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

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

R = 47.56%
G = 11.78%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D635B7 (or 0xD635B7) is known color: Fuchsia. HEX triplet: D6, 35 and B7. RGB value is (214,53,183). Sum of RGB (Red+Green+Blue) = 214+53+183=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D635B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D635B7 is #29CA48. Grayscale: #737373. Windows color (decimal): -2738761 or 12006870. OLE color: 12006870.

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

Color convert

RGB 214 53 183 -
CMYK 0 0.75 0.14 0.16
HSL 311.55º 0.66% 0.52% -
HSV(B) 311.55º 0.75% 0.84% -
XYZ 37.55 20.26 46.73 -
YUV 115.96 165.84 197.93 -
System Red Green Blue C M Y K H S L
Decimal 214 53 183 0 0.75 0.14 0.16 311.55 0.66 0.52
Hex D6 35 B7 0 4B E 10 138 42 34
Octal 326 65 267 0 113 16 20 470 102 64
Binary 11010110 110101 10110111 0 1001011 1110 10000 100111000 1000010 110100

Color Harmonies of #D635B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D635B7

Black with #D635B7

Text Example


Text Example

White with #D635B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D635B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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