Html Css Color HEX #D653B7 Fuchsia

📋 copy color: '#D653B7'

red 214 ◦ green 83 ◦ blue 183

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

Shades of Fuchsia #D653B7

Tints of Fuchsia #D653B7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.29%

 BLUE value IS 183 (71.88% from 255) = 38.13%

R = 44.58%
G = 17.29%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D653B7 (or 0xD653B7) is known color: Fuchsia. HEX triplet: D6, 53 and B7. RGB value is (214,83,183). Sum of RGB (Red+Green+Blue) = 214+83+183=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D653B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D653B7 is #29AC48. Grayscale: #858585. Windows color (decimal): -2731081 or 12014550. OLE color: 12014550.

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

Color convert

RGB 214 83 183 -
CMYK 0 0.61 0.14 0.16
HSL 314.2º 0.62% 0.58% -
HSV(B) 314.2º 0.61% 0.84% -
XYZ 39.37 23.9 47.34 -
YUV 133.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 214 83 183 0 0.61 0.14 0.16 314.2 0.62 0.58
Hex D6 53 B7 0 3D E 10 13A 3E 3A
Octal 326 123 267 0 75 16 20 472 76 72
Binary 11010110 1010011 10110111 0 111101 1110 10000 100111010 111110 111010

Color Harmonies of #D653B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D653B7

Black with #D653B7

Text Example


Text Example

White with #D653B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D653B7; }

 p { color: rgb(214,83,183); }

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

background-color css

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

 a { background-color: rgb(214,83,183); }

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

border-color css

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

 span { border-color: rgb(214,83,183); }

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