Html Css Color HEX #D645CA Fuchsia

📋 copy color: '#D645CA'

red 214 ◦ green 69 ◦ blue 202

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

Shades of Fuchsia #D645CA

Tints of Fuchsia #D645CA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.23%

 BLUE value IS 202 (79.3% from 255) = 41.65%

R = 44.12%
G = 14.23%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D645CA (or 0xD645CA) is known color: Fuchsia. HEX triplet: D6, 45 and CA. RGB value is (214,69,202). Sum of RGB (Red+Green+Blue) = 214+69+202=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D645CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D645CA is #29BA35. Grayscale: #7F7F7F. Windows color (decimal): -2734646 or 13256150. OLE color: 13256150.

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

Color convert

RGB 214 69 202 -
CMYK 0 0.68 0.06 0.16
HSL 304.97º 0.64% 0.55% -
HSV(B) 304.97º 0.68% 0.84% -
XYZ 40.52 22.82 58.15 -
YUV 127.52 170.04 189.69 -
System Red Green Blue C M Y K H S L
Decimal 214 69 202 0 0.68 0.06 0.16 304.97 0.64 0.55
Hex D6 45 CA 0 44 6 10 131 40 37
Octal 326 105 312 0 104 6 20 461 100 67
Binary 11010110 1000101 11001010 0 1000100 110 10000 100110001 1000000 110111

Color Harmonies of #D645CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D645CA

Black with #D645CA

Text Example


Text Example

White with #D645CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D645CA; }

 p { color: rgb(214,69,202); }

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

background-color css

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

 a { background-color: rgb(214,69,202); }

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

border-color css

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

 span { border-color: rgb(214,69,202); }

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