Html Css Color HEX #D236C1 Fuchsia

📋 copy color: '#D236C1'

red 210 ◦ green 54 ◦ blue 193

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

Shades of Fuchsia #D236C1

Tints of Fuchsia #D236C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.23%

R = 45.95%
G = 11.82%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D236C1 (or 0xD236C1) is known color: Fuchsia. HEX triplet: D2, 36 and C1. RGB value is (210,54,193). Sum of RGB (Red+Green+Blue) = 210+54+193=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D236C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236C1 is #2DC93E. Grayscale: #747474. Windows color (decimal): -3000639 or 12662482. OLE color: 12662482.

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

Color convert

RGB 210 54 193 -
CMYK 0 0.74 0.08 0.18
HSL 306.54º 0.63% 0.52% -
HSV(B) 306.54º 0.74% 0.82% -
XYZ 37.52 20.19 52.37 -
YUV 116.49 171.18 194.7 -
System Red Green Blue C M Y K H S L
Decimal 210 54 193 0 0.74 0.08 0.18 306.54 0.63 0.52
Hex D2 36 C1 0 4A 8 12 133 3F 34
Octal 322 66 301 0 112 10 22 463 77 64
Binary 11010010 110110 11000001 0 1001010 1000 10010 100110011 111111 110100

Color Harmonies of #D236C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D236C1

Black with #D236C1

Text Example


Text Example

White with #D236C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D236C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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