Html Css Color HEX #D236C6 Fuchsia

📋 copy color: '#D236C6'

red 210 ◦ green 54 ◦ blue 198

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

Shades of Fuchsia #D236C6

Tints of Fuchsia #D236C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.86%

R = 45.45%
G = 11.69%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D236C6 (or 0xD236C6) is known color: Fuchsia. HEX triplet: D2, 36 and C6. RGB value is (210,54,198). Sum of RGB (Red+Green+Blue) = 210+54+198=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D236C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236C6 is #2DC939. Grayscale: #747474. Windows color (decimal): -3000634 or 12990162. OLE color: 12990162.

HSL color Cylindrical-coordinate representation of color #D236C6: hue angle of 304.62º 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 #D236C6 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 54 198 -
CMYK 0 0.74 0.06 0.18
HSL 304.62º 0.63% 0.52% -
HSV(B) 304.62º 0.74% 0.82% -
XYZ 38.09 20.42 55.36 -
YUV 117.06 173.68 194.29 -
System Red Green Blue C M Y K H S L
Decimal 210 54 198 0 0.74 0.06 0.18 304.62 0.63 0.52
Hex D2 36 C6 0 4A 6 12 131 3F 34
Octal 322 66 306 0 112 6 22 461 77 64
Binary 11010010 110110 11000110 0 1001010 110 10010 100110001 111111 110100

Color Harmonies of #D236C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D236C6

Black with #D236C6

Text Example


Text Example

White with #D236C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D236C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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