Html Css Color HEX #D648BB Fuchsia

📋 copy color: '#D648BB'

red 214 ◦ green 72 ◦ blue 187

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

Shades of Fuchsia #D648BB

Tints of Fuchsia #D648BB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.22%

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 45.24%
G = 15.22%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D648BB (or 0xD648BB) is known color: Fuchsia. HEX triplet: D6, 48 and BB. RGB value is (214,72,187). Sum of RGB (Red+Green+Blue) = 214+72+187=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D648BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D648BB is #29B744. Grayscale: #7F7F7F. Windows color (decimal): -2733893 or 12273878. OLE color: 12273878.

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

Color convert

RGB 214 72 187 -
CMYK 0 0.66 0.13 0.16
HSL 311.41º 0.63% 0.56% -
HSV(B) 311.41º 0.66% 0.84% -
XYZ 39.02 22.52 49.3 -
YUV 127.57 161.54 189.65 -
System Red Green Blue C M Y K H S L
Decimal 214 72 187 0 0.66 0.13 0.16 311.41 0.63 0.56
Hex D6 48 BB 0 42 D 10 137 3F 38
Octal 326 110 273 0 102 15 20 467 77 70
Binary 11010110 1001000 10111011 0 1000010 1101 10000 100110111 111111 111000

Color Harmonies of #D648BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648BB

Black with #D648BB

Text Example


Text Example

White with #D648BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648BB; }

 p { color: rgb(214,72,187); }

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

background-color css

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

 a { background-color: rgb(214,72,187); }

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

border-color css

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

 span { border-color: rgb(214,72,187); }

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