Html Css Color HEX #D236C9 Fuchsia

📋 copy color: '#D236C9'

red 210 ◦ green 54 ◦ blue 201

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

Shades of Fuchsia #D236C9

Tints of Fuchsia #D236C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.23%

R = 45.16%
G = 11.61%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D236C9 (or 0xD236C9) is known color: Fuchsia. HEX triplet: D2, 36 and C9. RGB value is (210,54,201). Sum of RGB (Red+Green+Blue) = 210+54+201=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D236C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236C9 is #2DC936. Grayscale: #747474. Windows color (decimal): -3000631 or 13186770. OLE color: 13186770.

HSL color Cylindrical-coordinate representation of color #D236C9: hue angle of 303.46º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D236C9 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 54 201 -
CMYK 0 0.74 0.04 0.18
HSL 303.46º 0.63% 0.52% -
HSV(B) 303.46º 0.74% 0.82% -
XYZ 38.44 20.56 57.2 -
YUV 117.4 175.18 194.05 -
System Red Green Blue C M Y K H S L
Decimal 210 54 201 0 0.74 0.04 0.18 303.46 0.63 0.52
Hex D2 36 C9 0 4A 4 12 12F 3F 34
Octal 322 66 311 0 112 4 22 457 77 64
Binary 11010010 110110 11001001 0 1001010 100 10010 100101111 111111 110100

Color Harmonies of #D236C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D236C9

Black with #D236C9

Text Example


Text Example

White with #D236C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D236C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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