Html Css Color HEX #D635C7 Fuchsia

📋 copy color: '#D635C7'

red 214 ◦ green 53 ◦ blue 199

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

Shades of Fuchsia #D635C7

Tints of Fuchsia #D635C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.7%

R = 45.92%
G = 11.37%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D635C7 (or 0xD635C7) is known color: Fuchsia. HEX triplet: D6, 35 and C7. RGB value is (214,53,199). Sum of RGB (Red+Green+Blue) = 214+53+199=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D635C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D635C7 is #29CA38. Grayscale: #757575. Windows color (decimal): -2738745 or 13055446. OLE color: 13055446.

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

Color convert

RGB 214 53 199 -
CMYK 0 0.75 0.07 0.16
HSL 305.59º 0.66% 0.52% -
HSV(B) 305.59º 0.75% 0.84% -
XYZ 39.31 20.97 56.01 -
YUV 117.78 173.84 196.63 -
System Red Green Blue C M Y K H S L
Decimal 214 53 199 0 0.75 0.07 0.16 305.59 0.66 0.52
Hex D6 35 C7 0 4B 7 10 132 42 34
Octal 326 65 307 0 113 7 20 462 102 64
Binary 11010110 110101 11000111 0 1001011 111 10000 100110010 1000010 110100

Color Harmonies of #D635C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D635C7

Black with #D635C7

Text Example


Text Example

White with #D635C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D635C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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