Html Css Color HEX #D638CC Fuchsia

📋 copy color: '#D638CC'

red 214 ◦ green 56 ◦ blue 204

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

Shades of Fuchsia #D638CC

Tints of Fuchsia #D638CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.81%

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 45.15%
G = 11.81%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D638CC (or 0xD638CC) is known color: Fuchsia. HEX triplet: D6, 38 and CC. RGB value is (214,56,204). Sum of RGB (Red+Green+Blue) = 214+56+204=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D638CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D638CC is #29C733. Grayscale: #777777. Windows color (decimal): -2737972 or 13383894. OLE color: 13383894.

HSL color Cylindrical-coordinate representation of color #D638CC: hue angle of 303.8º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D638CC is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 56 204 -
CMYK 0 0.74 0.05 0.16
HSL 303.8º 0.66% 0.53% -
HSV(B) 303.8º 0.74% 0.84% -
XYZ 40.04 21.48 59.16 -
YUV 120.11 175.35 194.97 -
System Red Green Blue C M Y K H S L
Decimal 214 56 204 0 0.74 0.05 0.16 303.8 0.66 0.53
Hex D6 38 CC 0 4A 5 10 130 42 35
Octal 326 70 314 0 112 5 20 460 102 65
Binary 11010110 111000 11001100 0 1001010 101 10000 100110000 1000010 110101

Color Harmonies of #D638CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D638CC

Black with #D638CC

Text Example


Text Example

White with #D638CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D638CC; }

 p { color: rgb(214,56,204); }

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

background-color css

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

 a { background-color: rgb(214,56,204); }

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

border-color css

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

 span { border-color: rgb(214,56,204); }

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