Html Css Color HEX #D633C1 Fuchsia

📋 copy color: '#D633C1'

red 214 ◦ green 51 ◦ blue 193

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

Shades of Fuchsia #D633C1

Tints of Fuchsia #D633C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.14%

R = 46.72%
G = 11.14%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D633C1 (or 0xD633C1) is known color: Fuchsia. HEX triplet: D6, 33 and C1. RGB value is (214,51,193). Sum of RGB (Red+Green+Blue) = 214+51+193=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D633C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D633C1 is #29CC3E. Grayscale: #737373. Windows color (decimal): -2739263 or 12661718. OLE color: 12661718.

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

Color convert

RGB 214 51 193 -
CMYK 0 0.76 0.10 0.16
HSL 307.73º 0.67% 0.52% -
HSV(B) 307.73º 0.76% 0.84% -
XYZ 38.54 20.51 52.38 -
YUV 115.93 171.5 197.95 -
System Red Green Blue C M Y K H S L
Decimal 214 51 193 0 0.76 0.10 0.16 307.73 0.67 0.52
Hex D6 33 C1 0 4C A 10 134 43 34
Octal 326 63 301 0 114 12 20 464 103 64
Binary 11010110 110011 11000001 0 1001100 1010 10000 100110100 1000011 110100

Color Harmonies of #D633C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D633C1

Black with #D633C1

Text Example


Text Example

White with #D633C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D633C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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