Html Css Color HEX #D762B4 Fuchsia

📋 copy color: '#D762B4'

red 215 ◦ green 98 ◦ blue 180

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

Shades of Fuchsia #D762B4

Tints of Fuchsia #D762B4

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.88%

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

R = 43.61%
G = 19.88%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D762B4 (or 0xD762B4) is known color: Fuchsia. HEX triplet: D7, 62 and B4. RGB value is (215,98,180). Sum of RGB (Red+Green+Blue) = 215+98+180=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D762B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762B4 is #289D4B. Grayscale: #8E8E8E. Windows color (decimal): -2661708 or 11821783. OLE color: 11821783.

HSL color Cylindrical-coordinate representation of color #D762B4: hue angle of 317.95º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D762B4 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 98 180 -
CMYK 0 0.54 0.16 0.16
HSL 317.95º 0.59% 0.61% -
HSV(B) 317.95º 0.54% 0.84% -
XYZ 40.63 26.48 46.15 -
YUV 142.33 149.26 179.83 -
System Red Green Blue C M Y K H S L
Decimal 215 98 180 0 0.54 0.16 0.16 317.95 0.59 0.61
Hex D7 62 B4 0 36 10 10 13E 3B 3D
Octal 327 142 264 0 66 20 20 476 73 75
Binary 11010111 1100010 10110100 0 110110 10000 10000 100111110 111011 111101

Color Harmonies of #D762B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D762B4

Black with #D762B4

Text Example


Text Example

White with #D762B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D762B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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