Html Css Color HEX #D633B7 Fuchsia

📋 copy color: '#D633B7'

red 214 ◦ green 51 ◦ blue 183

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

Shades of Fuchsia #D633B7

Tints of Fuchsia #D633B7

RGB

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

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

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

R = 47.77%
G = 11.38%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D633B7 (or 0xD633B7) is known color: Fuchsia. HEX triplet: D6, 33 and B7. RGB value is (214,51,183). Sum of RGB (Red+Green+Blue) = 214+51+183=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D633B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D633B7 is #29CC48. Grayscale: #727272. Windows color (decimal): -2739273 or 12006358. OLE color: 12006358.

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

Color convert

RGB 214 51 183 -
CMYK 0 0.76 0.14 0.16
HSL 311.41º 0.67% 0.52% -
HSV(B) 311.41º 0.76% 0.84% -
XYZ 37.46 20.08 46.7 -
YUV 114.79 166.5 198.77 -
System Red Green Blue C M Y K H S L
Decimal 214 51 183 0 0.76 0.14 0.16 311.41 0.67 0.52
Hex D6 33 B7 0 4C E 10 137 43 34
Octal 326 63 267 0 114 16 20 467 103 64
Binary 11010110 110011 10110111 0 1001100 1110 10000 100110111 1000011 110100

Color Harmonies of #D633B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D633B7

Black with #D633B7

Text Example


Text Example

White with #D633B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D633B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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