Html Css Color HEX #D742AF Fuchsia

📋 copy color: '#D742AF'

red 215 ◦ green 66 ◦ blue 175

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

Shades of Fuchsia #D742AF

Tints of Fuchsia #D742AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.47%

 BLUE value IS 175 (68.75% from 255) = 38.38%

R = 47.15%
G = 14.47%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D742AF (or 0xD742AF) is known color: Fuchsia. HEX triplet: D7, 42 and AF. RGB value is (215,66,175). Sum of RGB (Red+Green+Blue) = 215+66+175=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D742AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D742AF is #28BD50. Grayscale: #7A7A7A. Windows color (decimal): -2669905 or 11485911. OLE color: 11485911.

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

Color convert

RGB 215 66 175 -
CMYK 0 0.69 0.19 0.16
HSL 316.11º 0.65% 0.55% -
HSV(B) 316.11º 0.69% 0.84% -
XYZ 37.71 21.44 42.71 -
YUV 122.98 157.36 193.64 -
System Red Green Blue C M Y K H S L
Decimal 215 66 175 0 0.69 0.19 0.16 316.11 0.65 0.55
Hex D7 42 AF 0 45 13 10 13C 41 37
Octal 327 102 257 0 105 23 20 474 101 67
Binary 11010111 1000010 10101111 0 1000101 10011 10000 100111100 1000001 110111

Color Harmonies of #D742AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D742AF

Black with #D742AF

Text Example


Text Example

White with #D742AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D742AF; }

 p { color: rgb(215,66,175); }

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

background-color css

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

 a { background-color: rgb(215,66,175); }

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

border-color css

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

 span { border-color: rgb(215,66,175); }

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