Html Css Color HEX #D638CE Fuchsia

📋 copy color: '#D638CE'

red 214 ◦ green 56 ◦ blue 206

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

Shades of Fuchsia #D638CE

Tints of Fuchsia #D638CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 44.96%
G = 11.76%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D638CE (or 0xD638CE) is known color: Fuchsia. HEX triplet: D6, 38 and CE. RGB value is (214,56,206). Sum of RGB (Red+Green+Blue) = 214+56+206=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D638CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D638CE is #29C731. Grayscale: #777777. Windows color (decimal): -2737970 or 13514966. OLE color: 13514966.

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

Color convert

RGB 214 56 206 -
CMYK 0 0.74 0.04 0.16
HSL 303.04º 0.66% 0.53% -
HSV(B) 303.04º 0.74% 0.84% -
XYZ 40.29 21.58 60.43 -
YUV 120.34 176.35 194.8 -
System Red Green Blue C M Y K H S L
Decimal 214 56 206 0 0.74 0.04 0.16 303.04 0.66 0.53
Hex D6 38 CE 0 4A 4 10 12F 42 35
Octal 326 70 316 0 112 4 20 457 102 65
Binary 11010110 111000 11001110 0 1001010 100 10000 100101111 1000010 110101

Color Harmonies of #D638CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D638CE

Black with #D638CE

Text Example


Text Example

White with #D638CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D638CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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