Html Css Color HEX #D635B4 Fuchsia

📋 copy color: '#D635B4'

red 214 ◦ green 53 ◦ blue 180

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

Shades of Fuchsia #D635B4

Tints of Fuchsia #D635B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.27%

R = 47.87%
G = 11.86%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D635B4 (or 0xD635B4) is known color: Fuchsia. HEX triplet: D6, 35 and B4. RGB value is (214,53,180). Sum of RGB (Red+Green+Blue) = 214+53+180=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D635B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D635B4 is #29CA4B. Grayscale: #737373. Windows color (decimal): -2738764 or 11810262. OLE color: 11810262.

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

Color convert

RGB 214 53 180 -
CMYK 0 0.75 0.16 0.16
HSL 312.67º 0.66% 0.52% -
HSV(B) 312.67º 0.75% 0.84% -
XYZ 37.24 20.14 45.1 -
YUV 115.62 164.34 198.17 -
System Red Green Blue C M Y K H S L
Decimal 214 53 180 0 0.75 0.16 0.16 312.67 0.66 0.52
Hex D6 35 B4 0 4B 10 10 139 42 34
Octal 326 65 264 0 113 20 20 471 102 64
Binary 11010110 110101 10110100 0 1001011 10000 10000 100111001 1000010 110100

Color Harmonies of #D635B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D635B4

Black with #D635B4

Text Example


Text Example

White with #D635B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D635B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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