Html Css Color HEX #D635CB Fuchsia

📋 copy color: '#D635CB'

red 214 ◦ green 53 ◦ blue 203

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

Shades of Fuchsia #D635CB

Tints of Fuchsia #D635CB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.28%

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

R = 45.53%
G = 11.28%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D635CB (or 0xD635CB) is known color: Fuchsia. HEX triplet: D6, 35 and CB. RGB value is (214,53,203). Sum of RGB (Red+Green+Blue) = 214+53+203=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D635CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D635CB is #29CA34. Grayscale: #757575. Windows color (decimal): -2738741 or 13317590. OLE color: 13317590.

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

Color convert

RGB 214 53 203 -
CMYK 0 0.75 0.05 0.16
HSL 304.1º 0.66% 0.52% -
HSV(B) 304.1º 0.75% 0.84% -
XYZ 39.78 21.15 58.49 -
YUV 118.24 175.84 196.3 -
System Red Green Blue C M Y K H S L
Decimal 214 53 203 0 0.75 0.05 0.16 304.1 0.66 0.52
Hex D6 35 CB 0 4B 5 10 130 42 34
Octal 326 65 313 0 113 5 20 460 102 64
Binary 11010110 110101 11001011 0 1001011 101 10000 100110000 1000010 110100

Color Harmonies of #D635CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D635CB

Black with #D635CB

Text Example


Text Example

White with #D635CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D635CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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