Html Css Color HEX #D936CA Fuchsia

📋 copy color: '#D936CA'

red 217 ◦ green 54 ◦ blue 202

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

Shades of Fuchsia #D936CA

Tints of Fuchsia #D936CA

RGB

 RED value IS 217 (85.16% from 255) = 45.88%

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

 BLUE value IS 202 (79.3% from 255) = 42.71%

R = 45.88%
G = 11.42%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D936CA (or 0xD936CA) is known color: Fuchsia. HEX triplet: D9, 36 and CA. RGB value is (217,54,202). Sum of RGB (Red+Green+Blue) = 217+54+202=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D936CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D936CA is #26C935. Grayscale: #777777. Windows color (decimal): -2541878 or 13252313. OLE color: 13252313.

HSL color Cylindrical-coordinate representation of color #D936CA: hue angle of 305.52º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D936CA is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 54 202 -
CMYK 0 0.75 0.07 0.15
HSL 305.52º 0.68% 0.53% -
HSV(B) 305.52º 0.75% 0.85% -
XYZ 40.6 21.65 57.92 -
YUV 119.61 174.5 197.47 -
System Red Green Blue C M Y K H S L
Decimal 217 54 202 0 0.75 0.07 0.15 305.52 0.68 0.53
Hex D9 36 CA 0 4B 7 F 132 44 35
Octal 331 66 312 0 113 7 17 462 104 65
Binary 11011001 110110 11001010 0 1001011 111 1111 100110010 1000100 110101

Color Harmonies of #D936CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D936CA

Black with #D936CA

Text Example


Text Example

White with #D936CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D936CA; }

 p { color: rgb(217,54,202); }

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

background-color css

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

 a { background-color: rgb(217,54,202); }

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

border-color css

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

 span { border-color: rgb(217,54,202); }

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