Html Css Color HEX #D652B3 Fuchsia

📋 copy color: '#D652B3'

red 214 ◦ green 82 ◦ blue 179

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

Shades of Fuchsia #D652B3

Tints of Fuchsia #D652B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.68%

R = 45.05%
G = 17.26%
B = 37.68%

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

#D652B3 (or 0xD652B3) is known color: Fuchsia. HEX triplet: D6, 52 and B3. RGB value is (214,82,179). Sum of RGB (Red+Green+Blue) = 214+82+179=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D652B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D652B3 is #29AD4C. Grayscale: #848484. Windows color (decimal): -2731341 or 11752150. OLE color: 11752150.

HSL color Cylindrical-coordinate representation of color #D652B3: hue angle of 315.91º 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 #D652B3 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 82 179 -
CMYK 0 0.62 0.16 0.16
HSL 315.91º 0.62% 0.58% -
HSV(B) 315.91º 0.62% 0.84% -
XYZ 38.89 23.59 45.15 -
YUV 132.53 154.23 186.11 -
System Red Green Blue C M Y K H S L
Decimal 214 82 179 0 0.62 0.16 0.16 315.91 0.62 0.58
Hex D6 52 B3 0 3E 10 10 13C 3E 3A
Octal 326 122 263 0 76 20 20 474 76 72
Binary 11010110 1010010 10110011 0 111110 10000 10000 100111100 111110 111010

Color Harmonies of #D652B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D652B3

Black with #D652B3

Text Example


Text Example

White with #D652B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D652B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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