Html Css Color HEX #D736CF Fuchsia

📋 copy color: '#D736CF'

red 215 ◦ green 54 ◦ blue 207

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

Shades of Fuchsia #D736CF

Tints of Fuchsia #D736CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.49%

R = 45.17%
G = 11.34%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D736CF (or 0xD736CF) is known color: Fuchsia. HEX triplet: D7, 36 and CF. RGB value is (215,54,207). Sum of RGB (Red+Green+Blue) = 215+54+207=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 54 (21.48% from 255 or 11.34% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D736CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736CF is #28C930. Grayscale: #777777. Windows color (decimal): -2672945 or 13579991. OLE color: 13579991.

HSL color Cylindrical-coordinate representation of color #D736CF: hue angle of 302.98º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D736CF is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 54 207 -
CMYK 0 0.75 0.04 0.16
HSL 302.98º 0.67% 0.53% -
HSV(B) 302.98º 0.75% 0.84% -
XYZ 40.61 21.59 61.06 -
YUV 119.58 177.34 196.06 -
System Red Green Blue C M Y K H S L
Decimal 215 54 207 0 0.75 0.04 0.16 302.98 0.67 0.53
Hex D7 36 CF 0 4B 4 10 12F 43 35
Octal 327 66 317 0 113 4 20 457 103 65
Binary 11010111 110110 11001111 0 1001011 100 10000 100101111 1000011 110101

Color Harmonies of #D736CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D736CF

Black with #D736CF

Text Example


Text Example

White with #D736CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D736CF; }

 p { color: rgb(215,54,207); }

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

background-color css

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

 a { background-color: rgb(215,54,207); }

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

border-color css

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

 span { border-color: rgb(215,54,207); }

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