Html Css Color HEX #D648CC Free Speech Magenta

📋 copy color: '#D648CC'

red 214 ◦ green 72 ◦ blue 204

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

Shades of Free Speech Magenta #D648CC

Tints of Free Speech Magenta #D648CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 43.67%
G = 14.69%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D648CC (or 0xD648CC) is known color: Free Speech Magenta. HEX triplet: D6, 48 and CC. RGB value is (214,72,204). Sum of RGB (Red+Green+Blue) = 214+72+204=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 72 (28.52% from 255 or 14.69% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D648CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D648CC is #29B733. Grayscale: #818181. Windows color (decimal): -2733876 or 13387990. OLE color: 13387990.

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

Color convert

RGB 214 72 204 -
CMYK 0 0.66 0.05 0.16
HSL 304.23º 0.63% 0.56% -
HSV(B) 304.23º 0.66% 0.84% -
XYZ 40.95 23.29 59.46 -
YUV 129.51 170.04 188.27 -
System Red Green Blue C M Y K H S L
Decimal 214 72 204 0 0.66 0.05 0.16 304.23 0.63 0.56
Hex D6 48 CC 0 42 5 10 130 3F 38
Octal 326 110 314 0 102 5 20 460 77 70
Binary 11010110 1001000 11001100 0 1000010 101 10000 100110000 111111 111000

Color Harmonies of #D648CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648CC

Black with #D648CC

Text Example


Text Example

White with #D648CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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