Html Css Color HEX #D236C7 Fuchsia

📋 copy color: '#D236C7'

red 210 ◦ green 54 ◦ blue 199

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

Shades of Fuchsia #D236C7

Tints of Fuchsia #D236C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.98%

R = 45.36%
G = 11.66%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D236C7 (or 0xD236C7) is known color: Fuchsia. HEX triplet: D2, 36 and C7. RGB value is (210,54,199). Sum of RGB (Red+Green+Blue) = 210+54+199=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D236C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236C7 is #2DC938. Grayscale: #747474. Windows color (decimal): -3000633 or 13055698. OLE color: 13055698.

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

Color convert

RGB 210 54 199 -
CMYK 0 0.74 0.05 0.18
HSL 304.23º 0.63% 0.52% -
HSV(B) 304.23º 0.74% 0.82% -
XYZ 38.21 20.46 55.97 -
YUV 117.17 174.18 194.21 -
System Red Green Blue C M Y K H S L
Decimal 210 54 199 0 0.74 0.05 0.18 304.23 0.63 0.52
Hex D2 36 C7 0 4A 5 12 130 3F 34
Octal 322 66 307 0 112 5 22 460 77 64
Binary 11010010 110110 11000111 0 1001010 101 10010 100110000 111111 110100

Color Harmonies of #D236C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D236C7

Black with #D236C7

Text Example


Text Example

White with #D236C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D236C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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