Html Css Color HEX #D530CF Fuchsia

📋 copy color: '#D530CF'

red 213 ◦ green 48 ◦ blue 207

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

Shades of Fuchsia #D530CF

Tints of Fuchsia #D530CF

RGB

 RED value IS 213 (83.59% from 255) = 45.51%

 GREEN value IS 48 (19.14% from 255) = 10.26%

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 45.51%
G = 10.26%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D530CF (or 0xD530CF) is known color: Fuchsia. HEX triplet: D5, 30 and CF. RGB value is (213,48,207). Sum of RGB (Red+Green+Blue) = 213+48+207=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D530CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D530CF is #2ACF30. Grayscale: #727272. Windows color (decimal): -2805553 or 13578453. OLE color: 13578453.

HSL color Cylindrical-coordinate representation of color #D530CF: hue angle of 302.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D530CF is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 48 207 -
CMYK 0 0.77 0.03 0.16
HSL 302.18º 0.66% 0.51% -
HSV(B) 302.18º 0.77% 0.84% -
XYZ 39.76 20.77 60.94 -
YUV 115.46 179.66 197.57 -
System Red Green Blue C M Y K H S L
Decimal 213 48 207 0 0.77 0.03 0.16 302.18 0.66 0.51
Hex D5 30 CF 0 4D 3 10 12E 42 33
Octal 325 60 317 0 115 3 20 456 102 63
Binary 11010101 110000 11001111 0 1001101 11 10000 100101110 1000010 110011

Color Harmonies of #D530CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D530CF

Black with #D530CF

Text Example


Text Example

White with #D530CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D530CF; }

 p { color: rgb(213,48,207); }

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

background-color css

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

 a { background-color: rgb(213,48,207); }

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

border-color css

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

 span { border-color: rgb(213,48,207); }

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