Html Css Color HEX #D652B4 Fuchsia

📋 copy color: '#D652B4'

red 214 ◦ green 82 ◦ blue 180

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

Shades of Fuchsia #D652B4

Tints of Fuchsia #D652B4

RGB

 RED value IS 214 (83.98% from 255) = 44.96%

 GREEN value IS 82 (32.42% from 255) = 17.23%

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

R = 44.96%
G = 17.23%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D652B4 (or 0xD652B4) is known color: Fuchsia. HEX triplet: D6, 52 and B4. RGB value is (214,82,180). Sum of RGB (Red+Green+Blue) = 214+82+180=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D652B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D652B4 is #29AD4B. Grayscale: #848484. Windows color (decimal): -2731340 or 11817686. OLE color: 11817686.

HSL color Cylindrical-coordinate representation of color #D652B4: hue angle of 315.45º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D652B4 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 82 180 -
CMYK 0 0.62 0.16 0.16
HSL 315.45º 0.62% 0.58% -
HSV(B) 315.45º 0.62% 0.84% -
XYZ 38.99 23.63 45.69 -
YUV 132.64 154.73 186.03 -
System Red Green Blue C M Y K H S L
Decimal 214 82 180 0 0.62 0.16 0.16 315.45 0.62 0.58
Hex D6 52 B4 0 3E 10 10 13B 3E 3A
Octal 326 122 264 0 76 20 20 473 76 72
Binary 11010110 1010010 10110100 0 111110 10000 10000 100111011 111110 111010

Color Harmonies of #D652B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D652B4

Black with #D652B4

Text Example


Text Example

White with #D652B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D652B4; }

 p { color: rgb(214,82,180); }

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

background-color css

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

 a { background-color: rgb(214,82,180); }

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

border-color css

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

 span { border-color: rgb(214,82,180); }

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