Html Css Color HEX #D269B4 Fuchsia

📋 copy color: '#D269B4'

red 210 ◦ green 105 ◦ blue 180

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

Shades of Fuchsia #D269B4

Tints of Fuchsia #D269B4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.21%

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

R = 42.42%
G = 21.21%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D269B4 (or 0xD269B4) is known color: Fuchsia. HEX triplet: D2, 69 and B4. RGB value is (210,105,180). Sum of RGB (Red+Green+Blue) = 210+105+180=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D269B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269B4 is #2D964B. Grayscale: #909090. Windows color (decimal): -2987596 or 11823570. OLE color: 11823570.

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

Color convert

RGB 210 105 180 -
CMYK 0 0.50 0.14 0.18
HSL 317.14º 0.54% 0.62% -
HSV(B) 317.14º 0.5% 0.82% -
XYZ 39.87 27.1 46.31 -
YUV 144.95 147.79 174.4 -
System Red Green Blue C M Y K H S L
Decimal 210 105 180 0 0.50 0.14 0.18 317.14 0.54 0.62
Hex D2 69 B4 0 32 E 12 13D 36 3E
Octal 322 151 264 0 62 16 22 475 66 76
Binary 11010010 1101001 10110100 0 110010 1110 10010 100111101 110110 111110

Color Harmonies of #D269B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D269B4

Black with #D269B4

Text Example


Text Example

White with #D269B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D269B4; }

 p { color: rgb(210,105,180); }

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

background-color css

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

 a { background-color: rgb(210,105,180); }

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

border-color css

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

 span { border-color: rgb(210,105,180); }

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