Html Css Color HEX #D633B1 Fuchsia

📋 copy color: '#D633B1'

red 214 ◦ green 51 ◦ blue 177

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

Shades of Fuchsia #D633B1

Tints of Fuchsia #D633B1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.54%

 BLUE value IS 177 (69.53% from 255) = 40.05%

R = 48.42%
G = 11.54%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D633B1 (or 0xD633B1) is known color: Fuchsia. HEX triplet: D6, 33 and B1. RGB value is (214,51,177). Sum of RGB (Red+Green+Blue) = 214+51+177=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D633B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D633B1 is #29CC4E. Grayscale: #717171. Windows color (decimal): -2739279 or 11613142. OLE color: 11613142.

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

Color convert

RGB 214 51 177 -
CMYK 0 0.76 0.17 0.16
HSL 313.62º 0.67% 0.52% -
HSV(B) 313.62º 0.76% 0.84% -
XYZ 36.85 19.84 43.48 -
YUV 114.1 163.5 199.25 -
System Red Green Blue C M Y K H S L
Decimal 214 51 177 0 0.76 0.17 0.16 313.62 0.67 0.52
Hex D6 33 B1 0 4C 11 10 13A 43 34
Octal 326 63 261 0 114 21 20 472 103 64
Binary 11010110 110011 10110001 0 1001100 10001 10000 100111010 1000011 110100

Color Harmonies of #D633B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D633B1

Black with #D633B1

Text Example


Text Example

White with #D633B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D633B1; }

 p { color: rgb(214,51,177); }

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

background-color css

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

 a { background-color: rgb(214,51,177); }

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

border-color css

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

 span { border-color: rgb(214,51,177); }

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