Html Css Color HEX #D637CB Fuchsia

📋 copy color: '#D637CB'

red 214 ◦ green 55 ◦ blue 203

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

Shades of Fuchsia #D637CB

Tints of Fuchsia #D637CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 45.34%
G = 11.65%
B = 43.01%

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

#D637CB (or 0xD637CB) is known color: Fuchsia. HEX triplet: D6, 37 and CB. RGB value is (214,55,203). Sum of RGB (Red+Green+Blue) = 214+55+203=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 55 (21.88% from 255 or 11.65% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D637CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D637CB is #29C834. Grayscale: #767676. Windows color (decimal): -2738229 or 13318102. OLE color: 13318102.

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

Color convert

RGB 214 55 203 -
CMYK 0 0.74 0.05 0.16
HSL 304.15º 0.66% 0.53% -
HSV(B) 304.15º 0.74% 0.84% -
XYZ 39.88 21.34 58.52 -
YUV 119.41 175.18 195.47 -
System Red Green Blue C M Y K H S L
Decimal 214 55 203 0 0.74 0.05 0.16 304.15 0.66 0.53
Hex D6 37 CB 0 4A 5 10 130 42 35
Octal 326 67 313 0 112 5 20 460 102 65
Binary 11010110 110111 11001011 0 1001010 101 10000 100110000 1000010 110101

Color Harmonies of #D637CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D637CB

Black with #D637CB

Text Example


Text Example

White with #D637CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D637CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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