Html Css Color HEX #D267B2 Fuchsia

📋 copy color: '#D267B2'

red 210 ◦ green 103 ◦ blue 178

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

Shades of Fuchsia #D267B2

Tints of Fuchsia #D267B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.25%

R = 42.77%
G = 20.98%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D267B2 (or 0xD267B2) is known color: Fuchsia. HEX triplet: D2, 67 and B2. RGB value is (210,103,178). Sum of RGB (Red+Green+Blue) = 210+103+178=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D267B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D267B2 is #2D984D. Grayscale: #8F8F8F. Windows color (decimal): -2988110 or 11691986. OLE color: 11691986.

HSL color Cylindrical-coordinate representation of color #D267B2: hue angle of 317.94º 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 #D267B2 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 103 178 -
CMYK 0 0.51 0.15 0.18
HSL 317.94º 0.54% 0.61% -
HSV(B) 317.94º 0.51% 0.82% -
XYZ 39.46 26.62 45.18 -
YUV 143.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 210 103 178 0 0.51 0.15 0.18 317.94 0.54 0.61
Hex D2 67 B2 0 33 F 12 13E 36 3D
Octal 322 147 262 0 63 17 22 476 66 75
Binary 11010010 1100111 10110010 0 110011 1111 10010 100111110 110110 111101

Color Harmonies of #D267B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D267B2

Black with #D267B2

Text Example


Text Example

White with #D267B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D267B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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