Html Css Color HEX #D265B4 Fuchsia

📋 copy color: '#D265B4'

red 210 ◦ green 101 ◦ blue 180

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

Shades of Fuchsia #D265B4

Tints of Fuchsia #D265B4

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.57%

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

R = 42.77%
G = 20.57%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D265B4 (or 0xD265B4) is known color: Fuchsia. HEX triplet: D2, 65 and B4. RGB value is (210,101,180). Sum of RGB (Red+Green+Blue) = 210+101+180=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D265B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265B4 is #2D9A4B. Grayscale: #8E8E8E. Windows color (decimal): -2988620 or 11822546. OLE color: 11822546.

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

Color convert

RGB 210 101 180 -
CMYK 0 0.52 0.14 0.18
HSL 316.51º 0.55% 0.61% -
HSV(B) 316.51º 0.52% 0.82% -
XYZ 39.47 26.3 46.18 -
YUV 142.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 210 101 180 0 0.52 0.14 0.18 316.51 0.55 0.61
Hex D2 65 B4 0 34 E 12 13D 37 3D
Octal 322 145 264 0 64 16 22 475 67 75
Binary 11010010 1100101 10110100 0 110100 1110 10010 100111101 110111 111101

Color Harmonies of #D265B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D265B4

Black with #D265B4

Text Example


Text Example

White with #D265B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D265B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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