Html Css Color HEX #D646CB Fuchsia

📋 copy color: '#D646CB'

red 214 ◦ green 70 ◦ blue 203

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

Shades of Fuchsia #D646CB

Tints of Fuchsia #D646CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.37%

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 43.94%
G = 14.37%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D646CB (or 0xD646CB) is known color: Fuchsia. HEX triplet: D6, 46 and CB. RGB value is (214,70,203). Sum of RGB (Red+Green+Blue) = 214+70+203=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D646CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D646CB is #29B934. Grayscale: #7F7F7F. Windows color (decimal): -2734389 or 13321942. OLE color: 13321942.

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

Color convert

RGB 214 70 203 -
CMYK 0 0.67 0.05 0.16
HSL 304.58º 0.64% 0.56% -
HSV(B) 304.58º 0.67% 0.84% -
XYZ 40.7 22.99 58.79 -
YUV 128.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 214 70 203 0 0.67 0.05 0.16 304.58 0.64 0.56
Hex D6 46 CB 0 43 5 10 131 40 38
Octal 326 106 313 0 103 5 20 461 100 70
Binary 11010110 1000110 11001011 0 1000011 101 10000 100110001 1000000 111000

Color Harmonies of #D646CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D646CB

Black with #D646CB

Text Example


Text Example

White with #D646CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D646CB; }

 p { color: rgb(214,70,203); }

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

background-color css

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

 a { background-color: rgb(214,70,203); }

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

border-color css

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

 span { border-color: rgb(214,70,203); }

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