Html Css Color HEX #D637CF Fuchsia

📋 copy color: '#D637CF'

red 214 ◦ green 55 ◦ blue 207

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

Shades of Fuchsia #D637CF

Tints of Fuchsia #D637CF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.55%

 BLUE value IS 207 (81.25% from 255) = 43.49%

R = 44.96%
G = 11.55%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D637CF (or 0xD637CF) is known color: Fuchsia. HEX triplet: D6, 37 and CF. RGB value is (214,55,207). Sum of RGB (Red+Green+Blue) = 214+55+207=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 55 (21.88% from 255 or 11.55% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D637CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D637CF is #29C830. Grayscale: #777777. Windows color (decimal): -2738225 or 13580246. OLE color: 13580246.

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

Color convert

RGB 214 55 207 -
CMYK 0 0.74 0.03 0.16
HSL 302.64º 0.66% 0.53% -
HSV(B) 302.64º 0.74% 0.84% -
XYZ 40.36 21.53 61.06 -
YUV 119.87 177.18 195.14 -
System Red Green Blue C M Y K H S L
Decimal 214 55 207 0 0.74 0.03 0.16 302.64 0.66 0.53
Hex D6 37 CF 0 4A 3 10 12F 42 35
Octal 326 67 317 0 112 3 20 457 102 65
Binary 11010110 110111 11001111 0 1001010 11 10000 100101111 1000010 110101

Color Harmonies of #D637CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D637CF

Black with #D637CF

Text Example


Text Example

White with #D637CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D637CF; }

 p { color: rgb(214,55,207); }

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

background-color css

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

 a { background-color: rgb(214,55,207); }

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

border-color css

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

 span { border-color: rgb(214,55,207); }

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