Html Css Color HEX #D25CB4 Fuchsia

📋 copy color: '#D25CB4'

red 210 ◦ green 92 ◦ blue 180

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

Shades of Fuchsia #D25CB4

Tints of Fuchsia #D25CB4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.09%

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

R = 43.57%
G = 19.09%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D25CB4 (or 0xD25CB4) is known color: Fuchsia. HEX triplet: D2, 5C and B4. RGB value is (210,92,180). Sum of RGB (Red+Green+Blue) = 210+92+180=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CB4 is #2DA34B. Grayscale: #898989. Windows color (decimal): -2990924 or 11820242. OLE color: 11820242.

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

Color convert

RGB 210 92 180 -
CMYK 0 0.56 0.14 0.18
HSL 315.25º 0.57% 0.59% -
HSV(B) 315.25º 0.56% 0.82% -
XYZ 38.64 24.65 45.9 -
YUV 137.31 152.09 179.84 -
System Red Green Blue C M Y K H S L
Decimal 210 92 180 0 0.56 0.14 0.18 315.25 0.57 0.59
Hex D2 5C B4 0 38 E 12 13B 39 3B
Octal 322 134 264 0 70 16 22 473 71 73
Binary 11010010 1011100 10110100 0 111000 1110 10010 100111011 111001 111011

Color Harmonies of #D25CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25CB4

Black with #D25CB4

Text Example


Text Example

White with #D25CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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