Html Css Color HEX #D567B4 Fuchsia

📋 copy color: '#D567B4'

red 213 ◦ green 103 ◦ blue 180

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

Shades of Fuchsia #D567B4

Tints of Fuchsia #D567B4

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.77%

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

R = 42.94%
G = 20.77%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D567B4 (or 0xD567B4) is known color: Fuchsia. HEX triplet: D5, 67 and B4. RGB value is (213,103,180). Sum of RGB (Red+Green+Blue) = 213+103+180=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D567B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567B4 is #2A984B. Grayscale: #909090. Windows color (decimal): -2791500 or 11823061. OLE color: 11823061.

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

Color convert

RGB 213 103 180 -
CMYK 0 0.52 0.15 0.16
HSL 318º 0.57% 0.62% -
HSV(B) 318º 0.52% 0.84% -
XYZ 40.53 27.14 46.28 -
YUV 144.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 213 103 180 0 0.52 0.15 0.16 318 0.57 0.62
Hex D5 67 B4 0 34 F 10 13E 39 3E
Octal 325 147 264 0 64 17 20 476 71 76
Binary 11010101 1100111 10110100 0 110100 1111 10000 100111110 111001 111110

Color Harmonies of #D567B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D567B4

Black with #D567B4

Text Example


Text Example

White with #D567B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D567B4; }

 p { color: rgb(213,103,180); }

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

background-color css

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

 a { background-color: rgb(213,103,180); }

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

border-color css

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

 span { border-color: rgb(213,103,180); }

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