Html Css Color HEX #D741CA Fuchsia

📋 copy color: '#D741CA'

red 215 ◦ green 65 ◦ blue 202

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

Shades of Fuchsia #D741CA

Tints of Fuchsia #D741CA

RGB

 RED value IS 215 (84.38% from 255) = 44.61%

 GREEN value IS 65 (25.78% from 255) = 13.49%

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

R = 44.61%
G = 13.49%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D741CA (or 0xD741CA) is known color: Fuchsia. HEX triplet: D7, 41 and CA. RGB value is (215,65,202). Sum of RGB (Red+Green+Blue) = 215+65+202=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D741CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D741CA is #28BE35. Grayscale: #7D7D7D. Windows color (decimal): -2670134 or 13255127. OLE color: 13255127.

HSL color Cylindrical-coordinate representation of color #D741CA: hue angle of 305.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D741CA is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 65 202 -
CMYK 0 0.70 0.06 0.16
HSL 305.2º 0.65% 0.55% -
HSV(B) 305.2º 0.7% 0.84% -
XYZ 40.58 22.49 58.08 -
YUV 125.47 171.2 191.86 -
System Red Green Blue C M Y K H S L
Decimal 215 65 202 0 0.70 0.06 0.16 305.2 0.65 0.55
Hex D7 41 CA 0 46 6 10 131 41 37
Octal 327 101 312 0 106 6 20 461 101 67
Binary 11010111 1000001 11001010 0 1000110 110 10000 100110001 1000001 110111

Color Harmonies of #D741CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D741CA

Black with #D741CA

Text Example


Text Example

White with #D741CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D741CA; }

 p { color: rgb(215,65,202); }

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

background-color css

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

 a { background-color: rgb(215,65,202); }

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

border-color css

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

 span { border-color: rgb(215,65,202); }

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