Html Css Color HEX #D267B5 Fuchsia

📋 copy color: '#D267B5'

red 210 ◦ green 103 ◦ blue 181

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

Shades of Fuchsia #D267B5

Tints of Fuchsia #D267B5

RGB

 RED value IS 210 (82.42% from 255) = 42.51%

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

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

R = 42.51%
G = 20.85%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D267B5 (or 0xD267B5) is known color: Fuchsia. HEX triplet: D2, 67 and B5. RGB value is (210,103,181). Sum of RGB (Red+Green+Blue) = 210+103+181=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D267B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267B5 is #2D984A. Grayscale: #8F8F8F. Windows color (decimal): -2988107 or 11888594. OLE color: 11888594.

HSL color Cylindrical-coordinate representation of color #D267B5: hue angle of 316.26º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D267B5 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 103 181 -
CMYK 0 0.51 0.14 0.18
HSL 316.26º 0.54% 0.61% -
HSV(B) 316.26º 0.51% 0.82% -
XYZ 39.77 26.74 46.78 -
YUV 143.89 148.95 175.16 -
System Red Green Blue C M Y K H S L
Decimal 210 103 181 0 0.51 0.14 0.18 316.26 0.54 0.61
Hex D2 67 B5 0 33 E 12 13C 36 3D
Octal 322 147 265 0 63 16 22 474 66 75
Binary 11010010 1100111 10110101 0 110011 1110 10010 100111100 110110 111101

Color Harmonies of #D267B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D267B5

Black with #D267B5

Text Example


Text Example

White with #D267B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D267B5; }

 p { color: rgb(210,103,181); }

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

background-color css

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

 a { background-color: rgb(210,103,181); }

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

border-color css

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

 span { border-color: rgb(210,103,181); }

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