Html Css Color HEX #D636B4 Fuchsia

📋 copy color: '#D636B4'

red 214 ◦ green 54 ◦ blue 180

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

Shades of Fuchsia #D636B4

Tints of Fuchsia #D636B4

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.05%

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

R = 47.77%
G = 12.05%
B = 40.18%

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

#D636B4 (or 0xD636B4) is known color: Fuchsia. HEX triplet: D6, 36 and B4. RGB value is (214,54,180). Sum of RGB (Red+Green+Blue) = 214+54+180=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 54 (21.48% from 255 or 12.05% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D636B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636B4 is #29C94B. Grayscale: #737373. Windows color (decimal): -2738508 or 11810518. OLE color: 11810518.

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

Color convert

RGB 214 54 180 -
CMYK 0 0.75 0.16 0.16
HSL 312.75º 0.66% 0.53% -
HSV(B) 312.75º 0.75% 0.84% -
XYZ 37.29 20.23 45.12 -
YUV 116.2 164.01 197.75 -
System Red Green Blue C M Y K H S L
Decimal 214 54 180 0 0.75 0.16 0.16 312.75 0.66 0.53
Hex D6 36 B4 0 4B 10 10 139 42 35
Octal 326 66 264 0 113 20 20 471 102 65
Binary 11010110 110110 10110100 0 1001011 10000 10000 100111001 1000010 110101

Color Harmonies of #D636B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D636B4

Black with #D636B4

Text Example


Text Example

White with #D636B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D636B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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