Html Css Color HEX #D737CD Fuchsia

📋 copy color: '#D737CD'

red 215 ◦ green 55 ◦ blue 205

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

Shades of Fuchsia #D737CD

Tints of Fuchsia #D737CD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.58%

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 45.26%
G = 11.58%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D737CD (or 0xD737CD) is known color: Fuchsia. HEX triplet: D7, 37 and CD. RGB value is (215,55,205). Sum of RGB (Red+Green+Blue) = 215+55+205=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D737CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D737CD is #28C832. Grayscale: #777777. Windows color (decimal): -2672691 or 13449175. OLE color: 13449175.

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

Color convert

RGB 215 55 205 -
CMYK 0 0.74 0.05 0.16
HSL 303.75º 0.67% 0.53% -
HSV(B) 303.75º 0.74% 0.84% -
XYZ 40.41 21.59 59.79 -
YUV 119.94 176.01 195.8 -
System Red Green Blue C M Y K H S L
Decimal 215 55 205 0 0.74 0.05 0.16 303.75 0.67 0.53
Hex D7 37 CD 0 4A 5 10 130 43 35
Octal 327 67 315 0 112 5 20 460 103 65
Binary 11010111 110111 11001101 0 1001010 101 10000 100110000 1000011 110101

Color Harmonies of #D737CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D737CD

Black with #D737CD

Text Example


Text Example

White with #D737CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D737CD; }

 p { color: rgb(215,55,205); }

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

background-color css

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

 a { background-color: rgb(215,55,205); }

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

border-color css

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

 span { border-color: rgb(215,55,205); }

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