Html Css Color HEX #D568B5 Fuchsia

📋 copy color: '#D568B5'

red 213 ◦ green 104 ◦ blue 181

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

Shades of Fuchsia #D568B5

Tints of Fuchsia #D568B5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.88%

 BLUE value IS 181 (71.09% from 255) = 36.35%

R = 42.77%
G = 20.88%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D568B5 (or 0xD568B5) is known color: Fuchsia. HEX triplet: D5, 68 and B5. RGB value is (213,104,181). Sum of RGB (Red+Green+Blue) = 213+104+181=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D568B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568B5 is #2A974A. Grayscale: #919191. Windows color (decimal): -2791243 or 11888853. OLE color: 11888853.

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

Color convert

RGB 213 104 181 -
CMYK 0 0.51 0.15 0.16
HSL 317.61º 0.56% 0.62% -
HSV(B) 317.61º 0.51% 0.84% -
XYZ 40.73 27.38 46.85 -
YUV 145.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 213 104 181 0 0.51 0.15 0.16 317.61 0.56 0.62
Hex D5 68 B5 0 33 F 10 13E 38 3E
Octal 325 150 265 0 63 17 20 476 70 76
Binary 11010101 1101000 10110101 0 110011 1111 10000 100111110 111000 111110

Color Harmonies of #D568B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D568B5

Black with #D568B5

Text Example


Text Example

White with #D568B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D568B5; }

 p { color: rgb(213,104,181); }

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

background-color css

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

 a { background-color: rgb(213,104,181); }

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

border-color css

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

 span { border-color: rgb(213,104,181); }

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