Html Css Color HEX #D236D7 Fuchsia

📋 copy color: '#D236D7'

red 210 ◦ green 54 ◦ blue 215

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

Shades of Fuchsia #D236D7

Tints of Fuchsia #D236D7

RGB

 RED value IS 210 (82.42% from 255) = 43.84%

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

 BLUE value IS 215 (84.38% from 255) = 44.89%

R = 43.84%
G = 11.27%
B = 44.89%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D236D7 (or 0xD236D7) is known color: Fuchsia. HEX triplet: D2, 36 and D7. RGB value is (210,54,215). Sum of RGB (Red+Green+Blue) = 210+54+215=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #D236D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236D7 is #2DC928. Grayscale: #767676. Windows color (decimal): -3000617 or 14104274. OLE color: 14104274.

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

Color convert

RGB 210 54 215 -
CMYK 0.02 0.75 0 0.16
HSL 298.14º 0.67% 0.53% -
HSV(B) 298.14º 0.75% 0.84% -
XYZ 40.16 21.25 66.27 -
YUV 119 182.18 192.91 -
System Red Green Blue C M Y K H S L
Decimal 210 54 215 0.02 0.75 0 0.16 298.14 0.67 0.53
Hex D2 36 D7 2 4B 0 10 12A 43 35
Octal 322 66 327 2 113 0 20 452 103 65
Binary 11010010 110110 11010111 10 1001011 0 10000 100101010 1000011 110101

Color Harmonies of #D236D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D236D7

Black with #D236D7

Text Example


Text Example

White with #D236D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D236D7; }

 p { color: rgb(210,54,215); }

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

background-color css

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

 a { background-color: rgb(210,54,215); }

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

border-color css

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

 span { border-color: rgb(210,54,215); }

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