Html Css Color HEX #D836CD Fuchsia

📋 copy color: '#D836CD'

red 216 ◦ green 54 ◦ blue 205

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

Shades of Fuchsia #D836CD

Tints of Fuchsia #D836CD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.37%

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 45.47%
G = 11.37%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D836CD (or 0xD836CD) is known color: Fuchsia. HEX triplet: D8, 36 and CD. RGB value is (216,54,205). Sum of RGB (Red+Green+Blue) = 216+54+205=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D836CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D836CD is #27C932. Grayscale: #777777. Windows color (decimal): -2607411 or 13448920. OLE color: 13448920.

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

Color convert

RGB 216 54 205 -
CMYK 0 0.75 0.05 0.15
HSL 304.07º 0.68% 0.53% -
HSV(B) 304.07º 0.75% 0.85% -
XYZ 40.66 21.65 59.79 -
YUV 119.65 176.17 196.72 -
System Red Green Blue C M Y K H S L
Decimal 216 54 205 0 0.75 0.05 0.15 304.07 0.68 0.53
Hex D8 36 CD 0 4B 5 F 130 44 35
Octal 330 66 315 0 113 5 17 460 104 65
Binary 11011000 110110 11001101 0 1001011 101 1111 100110000 1000100 110101

Color Harmonies of #D836CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D836CD

Black with #D836CD

Text Example


Text Example

White with #D836CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D836CD; }

 p { color: rgb(216,54,205); }

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

background-color css

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

 a { background-color: rgb(216,54,205); }

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

border-color css

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

 span { border-color: rgb(216,54,205); }

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