Html Css Color HEX #D835C4 Fuchsia

📋 copy color: '#D835C4'

red 216 ◦ green 53 ◦ blue 196

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

Shades of Fuchsia #D835C4

Tints of Fuchsia #D835C4

RGB

 RED value IS 216 (84.77% from 255) = 46.45%

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

 BLUE value IS 196 (76.95% from 255) = 42.15%

R = 46.45%
G = 11.4%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D835C4 (or 0xD835C4) is known color: Fuchsia. HEX triplet: D8, 35 and C4. RGB value is (216,53,196). Sum of RGB (Red+Green+Blue) = 216+53+196=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D835C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D835C4 is #27CA3B. Grayscale: #757575. Windows color (decimal): -2607676 or 12858840. OLE color: 12858840.

HSL color Cylindrical-coordinate representation of color #D835C4: hue angle of 307.36º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D835C4 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 53 196 -
CMYK 0 0.75 0.09 0.15
HSL 307.36º 0.68% 0.53% -
HSV(B) 307.36º 0.75% 0.85% -
XYZ 39.56 21.13 54.22 -
YUV 118.04 172 197.87 -
System Red Green Blue C M Y K H S L
Decimal 216 53 196 0 0.75 0.09 0.15 307.36 0.68 0.53
Hex D8 35 C4 0 4B 9 F 133 44 35
Octal 330 65 304 0 113 11 17 463 104 65
Binary 11011000 110101 11000100 0 1001011 1001 1111 100110011 1000100 110101

Color Harmonies of #D835C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D835C4

Black with #D835C4

Text Example


Text Example

White with #D835C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D835C4; }

 p { color: rgb(216,53,196); }

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

background-color css

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

 a { background-color: rgb(216,53,196); }

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

border-color css

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

 span { border-color: rgb(216,53,196); }

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