Html Css Color HEX #D635B9 Fuchsia

📋 copy color: '#D635B9'

red 214 ◦ green 53 ◦ blue 185

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

Shades of Fuchsia #D635B9

Tints of Fuchsia #D635B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.93%

R = 47.35%
G = 11.73%
B = 40.93%

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

#D635B9 (or 0xD635B9) is known color: Fuchsia. HEX triplet: D6, 35 and B9. RGB value is (214,53,185). Sum of RGB (Red+Green+Blue) = 214+53+185=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D635B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D635B9 is #29CA46. Grayscale: #737373. Windows color (decimal): -2738759 or 12137942. OLE color: 12137942.

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

Color convert

RGB 214 53 185 -
CMYK 0 0.75 0.14 0.16
HSL 310.81º 0.66% 0.52% -
HSV(B) 310.81º 0.75% 0.84% -
XYZ 37.76 20.35 47.84 -
YUV 116.19 166.84 197.77 -
System Red Green Blue C M Y K H S L
Decimal 214 53 185 0 0.75 0.14 0.16 310.81 0.66 0.52
Hex D6 35 B9 0 4B E 10 137 42 34
Octal 326 65 271 0 113 16 20 467 102 64
Binary 11010110 110101 10111001 0 1001011 1110 10000 100110111 1000010 110100

Color Harmonies of #D635B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D635B9

Black with #D635B9

Text Example


Text Example

White with #D635B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D635B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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