Html Css Color HEX #D742B4 Fuchsia

📋 copy color: '#D742B4'

red 215 ◦ green 66 ◦ blue 180

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

Shades of Fuchsia #D742B4

Tints of Fuchsia #D742B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.05%

R = 46.64%
G = 14.32%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D742B4 (or 0xD742B4) is known color: Fuchsia. HEX triplet: D7, 42 and B4. RGB value is (215,66,180). Sum of RGB (Red+Green+Blue) = 215+66+180=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D742B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D742B4 is #28BD4B. Grayscale: #7B7B7B. Windows color (decimal): -2669900 or 11813591. OLE color: 11813591.

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

Color convert

RGB 215 66 180 -
CMYK 0 0.69 0.16 0.16
HSL 314.09º 0.65% 0.55% -
HSV(B) 314.09º 0.69% 0.84% -
XYZ 38.21 21.64 45.34 -
YUV 123.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 215 66 180 0 0.69 0.16 0.16 314.09 0.65 0.55
Hex D7 42 B4 0 45 10 10 13A 41 37
Octal 327 102 264 0 105 20 20 472 101 67
Binary 11010111 1000010 10110100 0 1000101 10000 10000 100111010 1000001 110111

Color Harmonies of #D742B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D742B4

Black with #D742B4

Text Example


Text Example

White with #D742B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D742B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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