Html Css Color HEX #D738C5 Fuchsia

📋 copy color: '#D738C5'

red 215 ◦ green 56 ◦ blue 197

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

Shades of Fuchsia #D738C5

Tints of Fuchsia #D738C5

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.97%

 BLUE value IS 197 (77.34% from 255) = 42.09%

R = 45.94%
G = 11.97%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D738C5 (or 0xD738C5) is known color: Fuchsia. HEX triplet: D7, 38 and C5. RGB value is (215,56,197). Sum of RGB (Red+Green+Blue) = 215+56+197=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D738C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D738C5 is #28C73A. Grayscale: #777777. Windows color (decimal): -2672443 or 12925143. OLE color: 12925143.

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

Color convert

RGB 215 56 197 -
CMYK 0 0.74 0.08 0.16
HSL 306.79º 0.67% 0.53% -
HSV(B) 306.79º 0.74% 0.84% -
XYZ 39.52 21.31 54.85 -
YUV 119.62 171.68 196.04 -
System Red Green Blue C M Y K H S L
Decimal 215 56 197 0 0.74 0.08 0.16 306.79 0.67 0.53
Hex D7 38 C5 0 4A 8 10 133 43 35
Octal 327 70 305 0 112 10 20 463 103 65
Binary 11010111 111000 11000101 0 1001010 1000 10000 100110011 1000011 110101

Color Harmonies of #D738C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D738C5

Black with #D738C5

Text Example


Text Example

White with #D738C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D738C5; }

 p { color: rgb(215,56,197); }

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

background-color css

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

 a { background-color: rgb(215,56,197); }

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

border-color css

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

 span { border-color: rgb(215,56,197); }

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